gluster-web-interface/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: 70ff362fcd6e3f6e2cc7da6511d2ba6636ec60b11e8ea0cd2d1d6c5ac7b2e46eb2a7013662b16f2c510bfbf740a65faf038b0826ea080fdb37587555d3084658
test:
secret_key_base: 5714ed20e9390169111217f5d38ae5fcddb73902261150301814d55954ede5d44c6b4531fc5a7cd7c8cd9c4293735c6419ea0a45897d2595e9faca59206b0e02
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>