diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 8b8c98f8c..0ac05c515 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -386,3 +386,9 @@ followings: | |||
386 | 386 | ||
387 | theme: | 387 | theme: |
388 | default: 'default' | 388 | default: 'default' |
389 | |||
390 | broadcast_message: | ||
391 | enabled: false | ||
392 | message: '' # Support markdown | ||
393 | level: 'info' # 'info' | 'warning' | 'error' | ||
394 | dismissable: false | ||