mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Changed dump URL
This commit is contained in:
parent
3c9f9738ce
commit
d2d7bdcd4e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue