Add support for setting a socket override. https://github.com/owncast/owncast/issues/1378 (#431)

This commit is contained in:
Gabe Kangas
2022-03-06 17:12:37 -08:00
committed by GitHub
parent ff3cda97f3
commit 6f1ece7894
4 changed files with 43 additions and 10 deletions

View File

@ -25,6 +25,7 @@ export const initialServerConfigState: ConfigDetails = {
ffmpegPath: '',
rtmpServerPort: '',
webServerPort: '',
socketHostOverride: null,
s3: {
accessKey: '',
acl: '',