33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
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.
|
|
|
|
# Shared secrets are available across all environments.
|
|
|
|
# shared:
|
|
# api_key: a1B2c3D4e5F6
|
|
|
|
# Environmental secrets are only available for that specific environment.
|
|
|
|
development:
|
|
secret_key_base: 05e298e4816f190c8b91a0467192930db4228fc57fef6db32aa78d13887ceb797f02ca14576133bc2d337895157f8dd93464d2ebe1c91cb0fbd66883052d4b09
|
|
|
|
test:
|
|
secret_key_base: 37652df374a4409817e9134daab86ff83a3bc877b4eb1d98cb502b3b03c0c6a096f49753e48bd50ab06a7247ce4b1b28c930a9abc6acae8ebc76f3b2addf4018
|
|
|
|
# Do not keep production secrets in the unencrypted secrets file.
|
|
# Instead, either read values from the environment.
|
|
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
|
|
# and move the `production:` environment over there.
|
|
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|