mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
11 lines
No EOL
254 B
YAML
11 lines
No EOL
254 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"] %>
|
|
|
|
staging:
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %> |