Sha256: 561dd79d8c8a50200976cbaf75270c0633752cb13c588fa270def274eb36c205
Contents?: true
Size: 255 Bytes
Versions: 6
Compression:
Stored size: 255 Bytes
Contents
# 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"
Version data entries
6 entries across 6 versions & 2 rubygems