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