mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
config
This commit is contained in:
@@ -123,7 +123,13 @@ let serverConfig = {
|
||||
antennaStartup: "0",
|
||||
antennaNoUsers: "0",
|
||||
antennaNoUsersDelay: false,
|
||||
trustedProxies: []
|
||||
trustedProxies: [],
|
||||
webRtc: {
|
||||
flags: {
|
||||
disable3las: false
|
||||
},
|
||||
audio: {}
|
||||
}
|
||||
};
|
||||
|
||||
// Function to add missing fields without overwriting existing values
|
||||
|
||||
Reference in New Issue
Block a user