links/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: 1940fae90c7ee95d38da2a4bf7286c1604ed3738e032ff79087851cc0c59c63bf8ab343661bb5785cc7a4db758c27f2fc6c1b9f0f525b397b5548d014e2c59a3
test:
secret_key_base: 053a973b9129d1745a435ddb4e6bcb9c5c3938f8f1af7d210c3fbdcd0fc67065d52ef7874dc7995ef65ca624979b24fb19f87ec80924a419ebc9e7cd4789883a
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>