mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Merge pull request #1550 from djsmith85/url-for-db-backup2
Updated the url for the DB backup in the python installer
This commit is contained in:
commit
baf651bdc0
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ May need an initial npm install upfront if newly checked out. \n
|
|||
|
||||
' if '--help' in process.argv
|
||||
|
||||
#TODO: MD5 Verification, using http://23.21.59.137/dump.md5 using digest stream https://github.com/jeffbski/digest-stream
|
||||
dbDump = 'http://23.21.59.137/dump.tar.gz' # Don't change this unless you know what you're doing
|
||||
#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
|
||||
dbLocalPath = '../temp'
|
||||
|
||||
fs = require 'fs'
|
||||
|
|
Loading…
Add table
Reference in a new issue