Sha256: 0a27a31d8b9c6a0549201f0b4bf353e5e0176ab28941ebb4b818f4647d522aa8
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 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) %>"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotusrb-0.4.0 | lib/lotus/generators/application/app/.env.development.tt |