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