mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-04-14 16:51:21 +02:00
23 lines
964 B
YAML
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: 79a259b8c70133d47d6d667fb932021e6b2e1a6be3cbd378f3a1105eaabbfbcc9b7804473c94f60c0f599f8a885fd831425e79b3bf35b3cf2f06ad4979de6048
|
|
|
|
test:
|
|
secret_key_base: fe23b4a81c05fab9380d5a5214f33055b6cf2cc75dcc5f3d0cd5128f2893b31b8dd47b707829ef0dcefe3146e3dc10e57552b717ab47c1c56022a20fc806ba67
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|