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
965 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 `rails 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: 8bf95eb16b71f97c70bff8d79488988d79a81ff898619c9bdf5ca25e9daebb9295109be3db7a08e4f60b7d841e732f71fc5d8a9a0307069981269ca9b4b3f2ca
test:
secret_key_base: dd62b317b80f5b702aee5181debeef3279471640405352c43c64e864005f6fcd69f79faa00f70e7022c8a966dbdabcbe2238e5f78448584c0f5350e10664f4a2
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>