parsley/config/secrets.yml

26 lines
1.1 KiB
YAML
Raw Normal View History

2016-01-12 18:43:00 -06: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.
2016-07-07 17:47:47 -05:00
# You can use `rails secret` to generate a secure secret key.
2016-01-12 18:43:00 -06:00
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
secret_key_base: c5522f51520c361b0848e80a52f6b5ce2259285fd1de3db94869460aa636c49a62217995dec4047eb0f037a16246cbf2b6b62f3a88f8f5cc2f0f6837b372d3b3
test:
secret_key_base: 1cf4b0a7e92c645ce88bc6909fa66ad706a7b4d8dcfc6c80a472b309cb1c745dead17d3c633ae971da164b7b82555a8f33033229f598b72a35b74ae199cc93e0
2016-01-18 20:50:19 -06:00
docker:
secret_key_base: 2076eaf1e343d03eb0cc8477c17ba17ba50dd664acb730b0531c9a5fd73fd42e8b979ca887ad78a14b0ea0828e2abc9b205ab82d0252cec6382d397e3c879754
2016-01-12 18:43:00 -06:00
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>