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