Add support for setting a socket override. https://github.com/owncast/owncast/issues/1378 (#431)
This commit is contained in:
@@ -25,6 +25,7 @@ export const initialServerConfigState: ConfigDetails = {
|
||||
ffmpegPath: '',
|
||||
rtmpServerPort: '',
|
||||
webServerPort: '',
|
||||
socketHostOverride: null,
|
||||
s3: {
|
||||
accessKey: '',
|
||||
acl: '',
|
||||
|
||||
Reference in New Issue
Block a user