mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
1898c36508
* ELECTRON-505: enable / disable dev tools implement logic to disable / enable dev tools with installer and configuration file * ELECTRON-505: fix mac installer issues * ELECTRON-505: add dev tools option to the windows installers * ELECTRON-505: enable signing in the installers * ELECTRON-505: update mac installer dev tools label text * ELECTRON-505: remove dev tools from configuration windows
36 lines
905 B
Plaintext
36 lines
905 B
Plaintext
{
|
|
"url": "https://foundation-dev.symphony.com",
|
|
"minimizeOnClose" : true,
|
|
"launchOnStartup" : true,
|
|
"alwaysOnTop" : false,
|
|
"bringToFront": false,
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": true,
|
|
"memoryRefresh": true,
|
|
"devToolsEnabled": true,
|
|
"ctWhitelist": [],
|
|
"notificationSettings": {
|
|
"position": "upper-right",
|
|
"display": ""
|
|
},
|
|
"crashReporter": {
|
|
"submitURL": "https://localhost:1127/post",
|
|
"companyName": "Symphony",
|
|
"uploadToServer": false
|
|
},
|
|
"customFlags": {
|
|
"authServerWhitelist": "",
|
|
"authNegotiateDelegateWhitelist": "",
|
|
"disableGpu": false
|
|
},
|
|
"permissions": {
|
|
"media": true,
|
|
"geolocation": true,
|
|
"notifications": true,
|
|
"midiSysex": true,
|
|
"pointerLock": true,
|
|
"fullscreen": true,
|
|
"openExternal": true
|
|
}
|
|
}
|