diff --git a/src/crash-reporter-start.coffee b/src/crash-reporter-start.coffee index edd7bfd93..af371df79 100644 --- a/src/crash-reporter-start.coffee +++ b/src/crash-reporter-start.coffee @@ -4,6 +4,6 @@ module.exports = (extra) -> crashReporter.start({ productName: 'Atom', companyName: 'GitHub', - submitURL: 'http://localhost:1127/post' + submitURL: 'http://54.249.141.255:1127/post' extra: extra })