Browse Source

first commit

HonorLee 8 years ago
parent
commit
3c858e417c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      database.js

+ 4 - 1
database.js

@@ -1,2 +1,5 @@
 /** Localhost Mongodb **/
-global.MongoURL = 'mongodb://localhost:27017/l2s';
+global.MongoURL = 'mongodb://localhost:27017/l2s';
+
+/** Online Mongodb **/
+// global.MongoURL = 'mongodb://l2sServer:129810lh@dds-bp10931c06c465142.mongodb.rds.aliyuncs.com:3717/l2s';