register_modules/test/dummy/config/secrets.yml

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