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