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