Retrospring/config/secrets.yml

23 lines
965 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 `rails 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: 49efa1a2817c00a75bfc133a56502f311dc4e0997198a5fb43305e9aebc2059ec40e0115495f6fc5ff0c6cab8165511bcde08fdb0649c2d7472de14dfa622334
test:
secret_key_base: dd1da9513398a834c2c5da7c285da161d73785401ea568fab59690b4dbbae85b8e90c260f964ca40d6b18ece646073526952de0cd7feeb762faa30a0470f2411
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>