Add server setting to disable chat (#61)

* Add server setting to disable chat

* Prettified Code!

Co-authored-by: gabek <gabek@users.noreply.github.com>
This commit is contained in:
Gabe Kangas
2021-03-14 11:39:07 -07:00
committed by GitHub
parent abf9336f3a
commit 8bac350f61
4 changed files with 25 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ export const initialServerConfigState: ConfigDetails = {
ffmpegPath: '',
rtmpServerPort: '',
webServerPort: '',
chatDisabled: false,
s3: {
accessKey: '',
acl: '',