nkuht-donate/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: 59b108e68991041f31612ed88d72cb4b5db2e7a73330ce38322d1ab1868b0382e127ffd7d3a84da1384f439771209942bbb92e790fe57a6078b815deb628283a
test:
secret_key_base: dacc1a3ac4e979fa27382fce67db69360ea22f83b805e1c9578e6ff56f89bbed3ceea4c29275d7b9616127fdf11d47da4809a685ada1901a77ff46aee0350bca
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>