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