emailer/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: 0864dcceafd80daa6e02af8d8e4ac61a04ee23e6ae7415422a222d9852367dc7facd42b8caeeed2d4e9837b287777d11421a8e1ffcd20e6a215dcd9ae02a46e3
test:
secret_key_base: 904cf942ed1ca52ea8f4ffb72942b73446263d241be43dbe32aa9e6ac5e5e81b9db0d19136406a25a8ca3d1de8a57e4cdf4c0be46c0512af448781067737bfc7
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>