mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
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: ed88c5a5ab6469781e1cd4a0fb4f635acc78cf836fcbf7d0ea313920ca36c0209de58731ae7a9069d62e0eaf351960f0d70a338b6659f21fb4e05192883d016c
|
|
|
|
test:
|
|
secret_key_base: c592502f083b17f4e02f7f9057e314b598213c7f0c83dfaedcaa3b2f02473de445b60d6f7432ef048adce0ac2b693dd597c304db995207a39b3d512393773382
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|