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