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