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