changed the default url for the crash server

This commit is contained in:
Vishwas Shashidhar 2017-07-14 09:43:03 +05:30
parent 981df664a9
commit cc1c50945e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"display": ""
},
"crashReporterDetails": {
"backendURL": "http://crash.symphony.com/",
"backendURL": "https://crash.symphony.com/",
"sendCrashReports": true,
"autoSubmit": true
}

View File

@ -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
};