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