Browse Source

first commit

HonorLee 8 years ago
parent
commit
84c6b8fc76
1 changed files with 2 additions and 0 deletions
  1. 2 0
      database.js

+ 2 - 0
database.js

@@ -0,0 +1,2 @@
+/** Localhost Mongodb **/
+global.MongoURL = 'mongodb://localhost:27017/l2s';