SymphonyElectron/config/Symphony.config

25 lines
643 B
Plaintext

{
"url": "https://foundation-dev.symphony.com",
"minimizeOnClose" : true,
"launchOnStartup" : true,
"alwaysOnTop" : false,
"bringToFront": false,
"whitelistUrl": "*",
"notificationSettings": {
"position": "upper-right",
"display": ""
},
"crashReporter": {
"submitURL": "https://localhost:1127/post",
"companyName": "Symphony",
"uploadToServer": false
},
"customFlags": {
"authServerWhitelist": "",
"authNegotiateDelegateWhitelist": "",
"disableGpu": false,
"disableGpuCompositing": false,
"disableD3d11": false
}
}