Update default crash report submission URL.

This commit is contained in:
Cheng Zhao 2013-11-19 12:27:20 +08:00
parent 20e368eb89
commit 7735d8fbfd

View file

@ -4,9 +4,9 @@ class CrashReporter
start: (options={}) ->
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra} = options
productName ?= 'Atom-Shell'
productName ?= 'atom-shell'
companyName ?= 'GitHub, Inc'
submitUrl ?= 'http://54.249.141.25'
submitUrl ?= 'http://54.249.141.25:1127/post'
autoSubmit ?= true
ignoreSystemCrashHandler ?= false
extra ?= {}