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