23 lines
965 B
YAML
23 lines
965 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: '5c3e0d2e9564803c47788af20d0ade2c35c5e8fb0ab825111c195136cd6cd4e49300a8fa69911f048b0a9c152871a43045624f98c8964d6a78f0b0252019b55c'
|
|
|
|
test:
|
|
secret_key_base: '6c6c0811ed721b76ff2d2c9a29aa00ac4f77c9d13a199adaa62295a8992d38480e79ab3c09de3641961c595e972e3dd7e6621caabd4f7c75b1df7392618a00a6'
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= CFG.secret_key_base %>
|