diff --git a/config/Symphony.config b/config/Symphony.config index 4e40aa90..0f459520 100644 --- a/config/Symphony.config +++ b/config/Symphony.config @@ -9,7 +9,7 @@ "display": "" }, "crashReporterDetails": { - "backendURL": "http://crash.symphony.com/", + "backendURL": "https://crash.symphony.com/", "sendCrashReports": true, "autoSubmit": true } diff --git a/js/preload/preloadMain.js b/js/preload/preloadMain.js index 3c31a1a6..6a5519a9 100644 --- a/js/preload/preloadMain.js +++ b/js/preload/preloadMain.js @@ -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 };