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