aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml6
-rw-r--r--config/production.yaml.example6
2 files changed, 12 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index a0f2eb3a1..34a0a146f 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -372,3 +372,9 @@ followings:
372 372
373theme: 373theme:
374 default: 'default' 374 default: 'default'
375
376broadcast_message:
377 enabled: false
378 message: '' # Support markdown
379 level: 'info' # 'info' | 'warning' | 'error'
380 dismissable: false
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
387theme: 387theme:
388 default: 'default' 388 default: 'default'
389
390broadcast_message:
391 enabled: false
392 message: '' # Support markdown
393 level: 'info' # 'info' | 'warning' | 'error'
394 dismissable: false