personal_writing/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: 6cda68106851efe476b53e0c34139edfc037b838e05d2f257bec29e30c934a7b8c4ec8ad748b3ef70fe961396600cdadd6c3cc2b8dc3dd8f33498940a53d69a8
test:
secret_key_base: 4535966f235bf8cee9e2f5db989e2fb9adf39807a07f1c48659bc7a72787dad168ea9ce6a83490ed2754ec062682c885f787a62cb253aec2049da196793c6167
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>