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