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