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