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