SymphonyElectron/config/Symphony.config
Kiran Niranjan 81c67a1e08
fix: SDA-2287 (Only create context bridge when CI is enabled and create new config filed for defining origin) (#1036)
* SDA-2287 - Only create context bridge when CI is enabled and create new config filed for defining origin

* SDA-2287 - Revert loading context bridge as it is not necessary
2020-07-27 19:41:21 +05:30

38 lines
981 B
Plaintext

{
"url":"https://my.symphony.com",
"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": ""
}