personal-project/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: b9394429018dbaa2c78ae53831e11174b03f72f55d6068e5651dbd37f937a5b6954fc097784f06b2e7f57d47f69066fcce8930b2360a3a6867abba5e3fe35af7
test:
secret_key_base: 76b58fb4141d3f68ba3ed81ae5eeaa83cd649f2cc3d0d4384fe26ea890edc150947f95add9f3e4760b128f2719d865cd07761f8105a649561d9f1fa9970d2552
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>