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