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