You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
964 B
23 lines
964 B
# 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: 6d76b1889cae8adac7e7411216407fd5448382fc155218a3ce77edf22e8d0050a16a595d789bfbb7d04d0f725b1f47ae6c64b0502ead607c4fab09443c0d00c3
|
|
|
|
test:
|
|
secret_key_base: 586e665aa8eec93ec10f8bcffcd420c83c24940c44096bd9f3fd1c4a8ed674431bb55caaf49d57df092b1748556a3031bf72565ffdcb574bb9c8a978b9c605d2
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|