mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
changed the default url for the crash server
This commit is contained in:
parent
981df664a9
commit
cc1c50945e
@ -9,7 +9,7 @@
|
||||
"display": ""
|
||||
},
|
||||
"crashReporterDetails": {
|
||||
"backendURL": "http://crash.symphony.com/",
|
||||
"backendURL": "https://crash.symphony.com/",
|
||||
"sendCrashReports": true,
|
||||
"autoSubmit": true
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ const throttledSetBadgeCount = throttle(1000, function(count) {
|
||||
|
||||
// Setup the crash reporter
|
||||
var demoData = {
|
||||
"backendURL": "http://localhost:1127/post",
|
||||
"backendURL": "https://crash.symphony.com/",
|
||||
"sendCrashReports": true,
|
||||
"autoSubmit": true
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user