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