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