agenda-libre-ruby/config/secrets.yml

32 lines
1.2 KiB
YAML
Raw Normal View History

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.
# You can use `rake secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
secret_key_base: dbe66d64011b60f265d7425be28bb09900e9b92dc858127490ac7c4294352aa360a562f60ee3efc554b7ce449b0244c04c5bed57cb28ca1df1e6a6e368ee5b9f
test:
secret_key_base: d6e43775998f2efca6b1fbc9891c17d9fef4850950c521c21b77514891009e0567ed41c3c8d2e038adeb5dcaf4b1ed94f868c311fa10c54e93c76bd09a244e99
assets:
secret_key_base: hello world
2014-03-18 15:40:13 +01:00
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
2015-10-31 17:45:44 +01:00
secret_key_base: <%= ENV['SECRET_KEY_BASE'] || 'hello world' %>
production_be:
2015-10-31 17:45:44 +01:00
secret_key_base: <%= ENV['SECRET_KEY_BASE'] || 'hello world' %>
production_ch:
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' %>