diff --git a/common/api/lib/crash-reporter.coffee b/common/api/lib/crash-reporter.coffee index 89d48f2f3f..2e7b742c7a 100644 --- a/common/api/lib/crash-reporter.coffee +++ b/common/api/lib/crash-reporter.coffee @@ -7,7 +7,7 @@ class CrashReporter productName ?= 'Atom-Shell' companyName ?= 'GitHub, Inc' - submitUrl ?= 'http://54.249.141.25:1127/post' + submitUrl ?= 'http://54.249.141.255:1127/post' autoSubmit ?= true ignoreSystemCrashHandler ?= false extra ?= {}