mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +08:00
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