2016-08-27 15:52:19 -05: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 `rails 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: 50bde8fd081d2b9c7eaf8056073cca25a6f97893de102d54c9ff5639c54a0e0a1f1f206a5c01b8ae67ffdc33a7b126d55c5c088052b6e34390e9047ba95e8505
|
|
|
|
|
|
|
|
test:
|
|
|
|
secret_key_base: 0702f664111441d54309684163002a477d6280bd9c6ce77174be7fb04a010801c21af4eeffece9ab2fd3dc2cfb177062d2673584935395f329465584d9282d56
|
|
|
|
|
|
|
|
# Do not keep production secrets in the repository,
|
|
|
|
# instead read values from the environment.
|
|
|
|
production:
|
2016-08-27 16:32:04 -05:00
|
|
|
secret_key_base: <%= ENV["secret_key_base"] %>
|