digital-archive/test/dummy/config/secrets.yml

23 lines
964 B
YAML

# 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: fa289e4f5258b8d2082d2058b1cd278f0d6c4df5c8699bed5a2f04cfd9f79788adf43f95e346ecff47623ab717b670358f8d6890b23e36ccf20e21f10cbbbbcd
test:
secret_key_base: 19d74a586bad77bbe9a25b9006afdc648c45607e1519b43f337c268513c37096d5be81b7763d150cbc1789f2b579a7844e530676c62d5f93c710615ae5451e13
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>