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