mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
25 lines
643 B
Plaintext
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
|
|
}
|
|
}
|