diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-28 11:15:38 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-05-29 09:32:12 +0200 |
commit | 72c33e716fecd1826dcf645957f8669821f91ff3 (patch) | |
tree | 31d270c2afc2f07303fa491189d6b6b1c0ea8bb1 /config | |
parent | 8adf0a767f0816465ac3a8f4a6c63f53dd05fe3d (diff) | |
download | PeerTube-72c33e716fecd1826dcf645957f8669821f91ff3.tar.gz PeerTube-72c33e716fecd1826dcf645957f8669821f91ff3.tar.zst PeerTube-72c33e716fecd1826dcf645957f8669821f91ff3.zip |
Support broadcast messages
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 6 | ||||
-rw-r--r-- | config/production.yaml.example | 6 |
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 | ||
373 | theme: | 373 | theme: |
374 | default: 'default' | 374 | default: 'default' |
375 | |||
376 | broadcast_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 | ||
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 | ||