mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
84cb11e629
* Implemented basic logic on whitelisting urls * Removed a space in PULL_REQUEST_TEMPLATE.md
20 lines
515 B
Plaintext
20 lines
515 B
Plaintext
{
|
|
"url": "https://foundation-dev.symphony.com",
|
|
"minimizeOnClose" : true,
|
|
"launchOnStartup" : true,
|
|
"alwaysOnTop" : false,
|
|
"whiteListURL": "*",
|
|
"notificationSettings": {
|
|
"position": "upper-right",
|
|
"display": ""
|
|
},
|
|
"crashReporter": {
|
|
"submitURL": "https://localhost:1127/post",
|
|
"companyName": "Symphony",
|
|
"uploadToServer": false
|
|
},
|
|
"customFlags": {
|
|
"authServerWhitelist": "",
|
|
"authNegotiateDelegateWhitelist": ""
|
|
}
|
|
} |