SymphonyElectron/config/Symphony.config
Kiran Niranjan 094a68f99a
SDA-3589 (Auto update for mac and windows) (#1447)
* SDA-3588 - Auto update for macOS and Windows

* SDA-3588 - bump version to 19.0.1

* SDA-3588 - fix run-script-os version

* SDA-3588 - Remove old auto update and update setAppUserModelId

* SDA-3588 - Update app ID to com.symphony.electron_desktop

* SDA-3588 - Update app ID to com.symphony.electron_desktop in Symphony.cs

* SDA-3588 - Add autoUpdateUrl field in config file

* SDA-3588 - Validate url

* SDA-3588 - Include installer nsis script

* SDA-3589 - Remove os path from update url and rename artifacts

* SDA-3589 - set empty value for autoUpdateUrl

* SDA-3589 - Add validation for autoUpdateUrl field

* SDA-3589 - change auto update manual workflow
2022-07-12 07:04:05 +05:30

45 lines
1.2 KiB
Plaintext

{
"url":"https://my.symphony.com",
"autoUpdateUrl": "",
"autoUpdateChannel": "general",
"isAutoUpdateEnabled": true,
"autoUpdateCheckInterval": "30",
"overrideUserAgent": false,
"minimizeOnClose" : "ENABLED",
"launchOnStartup" : "ENABLED",
"alwaysOnTop" : "DISABLED",
"bringToFront": "DISABLED",
"whitelistUrl": "*",
"isCustomTitleBar": "ENABLED",
"memoryRefresh": "ENABLED",
"memoryThreshold": "800",
"devToolsEnabled": true,
"contextIsolation": true,
"contextOriginUrl": "",
"disableGpu": false,
"enableRendererLogs": false,
"ctWhitelist": [],
"podWhitelist": [],
"notificationSettings": {
"position": "upper-right",
"display": ""
},
"customFlags": {
"authServerWhitelist": "",
"authNegotiateDelegateWhitelist": "",
"disableThrottling": "DISABLED"
},
"permissions": {
"media": true,
"geolocation": true,
"notifications": true,
"midiSysex": true,
"pointerLock": true,
"fullscreen": true,
"openExternal": true
},
"autoLaunchPath": "",
"userDataPath": "",
"chromeFlags": ""
}