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