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