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