survey/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: 342dfa95c55e3393f7a484a0a1090f7c07dd05c063c96c7c240fc42961af2264ba357fd7b92d2cbe4ef1f7ce4f83df060d9f778f526c919513b33df664298849
test:
secret_key_base: 986a3a6b8e1a92fbf7e14f91fc66c285bfd6bf620008ff63ad65c8a0bfe82d90e59c4da7c7754371bb696c936c0eb4640f3c45b84f34eef1ace580f41b8d7b8b
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>