official_module/test/dummy/config/secrets.yml

23 lines
986 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: 20ad5437b007e17a9fed1b17b0ed20a015f943b650557b6ac5a414c63747986476eac6e12f79dfcf926ee0686eadd756bad173f2e332cd918b3858f06b1dccdc
test:
secret_key_base: aafbd22d1bb8e8ada1975c6fd18ac671c9adbbaa98bf0a5fdac948ad1f7e045452a158f9f4f60964e9ce968ddf953964bab39f5a01e4da68d9e1ff95c769c714
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>