23 lines
964 B
YAML
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: d31118d69f0deb75e4eb40466785d5a65a988fa83a31f8dc543cb04c6d87c4cd891898b99ada5949140d08d5f71e4d896b702486ff5b50c9969a4e70373bcfe2
|
|
|
|
test:
|
|
secret_key_base: c774e75ce931cc5cab6dd00157429961e2f7c9a8b213fad39b60fac08818065e6bb77d83b8bf60cf182ba81cfcf87498eb95bb03e5521597f81a95b3bd6870eb
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|