2014-03-18 15:40:13 +01:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
|
|
|
# Your secret key is used for verifying the integrity of signed cookies.
|
|
|
|
# If you change this key, all old signed cookies will become invalid!
|
|
|
|
|
|
|
|
# Make sure the secret is at least 30 characters and all random,
|
|
|
|
# no regular words or you'll be exposed to dictionary attacks.
|
2017-10-21 22:12:19 +02:00
|
|
|
# You can use `rails secret` to generate a secure secret key.
|
2014-03-18 15:40:13 +01:00
|
|
|
|
|
|
|
# Make sure the secrets in this file are kept private
|
|
|
|
# if you're sharing your code publicly.
|
|
|
|
|
2017-10-21 22:12:19 +02:00
|
|
|
# Shared secrets are available across all environments.
|
|
|
|
|
|
|
|
# shared:
|
|
|
|
# api_key: a1B2c3D4e5F6
|
|
|
|
|
|
|
|
# Environmental secrets are only available for that specific environment.
|
|
|
|
|
2014-03-18 15:40:13 +01:00
|
|
|
development:
|
|
|
|
secret_key_base: dbe66d64011b60f265d7425be28bb09900e9b92dc858127490ac7c4294352aa360a562f60ee3efc554b7ce449b0244c04c5bed57cb28ca1df1e6a6e368ee5b9f
|
|
|
|
|
|
|
|
test:
|
|
|
|
secret_key_base: d6e43775998f2efca6b1fbc9891c17d9fef4850950c521c21b77514891009e0567ed41c3c8d2e038adeb5dcaf4b1ed94f868c311fa10c54e93c76bd09a244e99
|
|
|
|
|
2016-06-25 17:02:57 +02:00
|
|
|
assets:
|
|
|
|
secret_key_base: hello world
|
|
|
|
|
2017-10-21 22:12:19 +02:00
|
|
|
# Do not keep production secrets in the unencrypted secrets file.
|
|
|
|
# Instead, either read values from the environment.
|
|
|
|
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
|
|
|
|
# and move the `production:` environment over there.
|
|
|
|
|
2014-03-18 15:40:13 +01:00
|
|
|
production:
|
2015-10-31 17:45:44 +01:00
|
|
|
secret_key_base: <%= ENV['SECRET_KEY_BASE'] || 'hello world' %>
|
2015-04-08 00:15:36 +02:00
|
|
|
production_communs:
|
2015-10-31 17:45:44 +01:00
|
|
|
secret_key_base: <%= ENV['SECRET_KEY_BASE'] || 'hello world' %>
|