lib/lotus/generators/application/app/.env.development.tt in lotusrb-0.5.0 vs lib/lotus/generators/application/app/.env.development.tt in lotusrb-0.6.0
- old
+ new
@@ -1,3 +1,4 @@
# Define ENV variables for development environment
<%= config[:upcase_app_name] %>_DATABASE_URL="<%= config[:database_config][:uri][:development] %>"
<%= config[:upcase_app_name] %>_SESSIONS_SECRET="<%= SecureRandom.hex(32) %>"
+SERVE_STATIC_ASSETS="true"