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

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