bus_booking/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: 1a6b5c77e4823aba6298b2162ef5f28d299cf269355139ca8826480b9c691a4b36030dde418abb64723653edaabf4b2de47d7256d4e7523337210b73b8ce8305
test:
secret_key_base: 46cd5e30f77ba5a2c93055c38498373ec27d492b43cab106dff8ee5b123f476c698b62d27e1616f26627a9d2d1047c7518dc9f87596f333c71140f1e14e93b95
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>