mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed Telegram proxy issue (#4703)
This commit is contained in:
parent
3a22bfbc24
commit
60af01a165
2 changed files with 6 additions and 3 deletions
|
@ -1202,7 +1202,7 @@ function CreateMeshCentralServer(config, args) {
|
|||
for (i in args) { config2.settings[i] = args[i]; }
|
||||
|
||||
// Lower case all keys in the config file
|
||||
common.objKeysToLower(config2, ['ldapoptions', 'defaultuserwebstate', 'forceduserwebstate', 'httpheaders']);
|
||||
common.objKeysToLower(config2, ['ldapoptions', 'defaultuserwebstate', 'forceduserwebstate', 'httpheaders', 'telegram/proxy']);
|
||||
|
||||
// Grab some of the values from the original config.json file if present.
|
||||
config2['mysql'] = config['mysql'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue