2020-04-11 12:44:57 +00:00
|
|
|
|
development:
|
2020-04-11 13:01:56 +00:00
|
|
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] || SecureRandom.alphanumeric(32) %>
|
2020-04-11 12:57:37 +00:00
|
|
|
|
|
2020-04-11 12:44:57 +00:00
|
|
|
|
test:
|
2020-04-11 13:01:56 +00:00
|
|
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] || SecureRandom.alphanumeric(32) %>
|
2020-04-11 12:57:37 +00:00
|
|
|
|
|
2020-04-11 12:44:57 +00:00
|
|
|
|
production:
|
2020-04-11 13:01:56 +00:00
|
|
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] || SecureRandom.alphanumeric(32) %>
|
2020-04-11 12:57:37 +00:00
|
|
|
|
|
|
|
|
|
staging:
|
2020-04-11 13:01:56 +00:00
|
|
|
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] || SecureRandom.alphanumeric(32) %>
|