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