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