Changed dump URL

This commit is contained in:
Michael Schmatz 2015-03-22 16:53:48 -04:00
parent 3c9f9738ce
commit d2d7bdcd4e

View file

@ -14,7 +14,7 @@ May need an initial npm install upfront if newly checked out. \n
' if '--help' in process.argv
#TODO: MD5 Verification, using http://54.91.159.37/dump.md5 using digest stream https://github.com/jeffbski/digest-stream
dbDump = 'http://54.91.159.37/dump.tar.gz' # Don't change this unless you know what you're doing
dbDump = 'http://analytics.codecombat.com:8080/dump.tar.gz' # Don't change this unless you know what you're doing
dbLocalPath = '../temp'
fs = require 'fs'