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