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