Revert Crash Reporter URL endpoint back to correct one

This commit is contained in:
Damien Guard 2016-07-20 16:26:56 -07:00
parent 0648e4fce1
commit 7fa77bc011
No known key found for this signature in database
GPG Key ID: DC14FA2FB1465DB6

View File

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