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