mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
minor fix to migration script
This commit is contained in:
parent
67a291f03d
commit
a49fecb063
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ var authorUuid = 'd904bd62-da08-416b-a816-ba797c9ee265'; //... own data is done
|
|||
*/
|
||||
|
||||
// var dbserver = 'localhost:27017' // FOR TEST DATABASE
|
||||
var dbserver = 'alys:legO,legere,lEgI,lEctus1@ds031379-a0.mongolab.com:31379' // FOR PRODUCTION DATABASE
|
||||
var dbserver = 'alys:@ds031379-a0.mongolab.com:31379' // FOR PRODUCTION DATABASE
|
||||
var dbname = 'habitrpg';
|
||||
|
||||
var mongo = require('mongoskin');
|
||||
|
|
|
|||
Loading…
Reference in a new issue