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