personal-certificate/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: 0afc583a692bb8dbf4c68bec2ad12ae5270db7af56786ceaf1ad8ad746992a2dd5a4714ecff1bbca04c6bafa5c5ef5c69813d1bfbbcf558cb2fa32d9e2c1f2e7
test:
secret_key_base: f6caad5b6169de97e0b565e790edaaeb9e75acb0453ff0855a4f31838c8f03eedcda4c5eaca6e34df6bc7773dda3a0d7038485a07d893d57eba83c2c9b1f3346
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>