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:
@@ -23,6 +23,7 @@ export const initialServerConfigState: ConfigDetails = {
|
||||
ffmpegPath: '',
|
||||
rtmpServerPort: '',
|
||||
webServerPort: '',
|
||||
chatDisabled: false,
|
||||
s3: {
|
||||
accessKey: '',
|
||||
acl: '',
|
||||
|
||||
Reference in New Issue
Block a user