SymphonyElectron/config/Symphony.config
Kiran Niranjan 78c466516c Electron-217
Updated the PR as per the review comments
2017-12-21 13:52:05 +05:30

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": ""
}
}