mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
8 lines
No EOL
193 B
YAML
8 lines
No EOL
193 B
YAML
development:
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
|
|
|
test:
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
|
|
|
production:
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %> |