Browse Source

first commit

HonorLee 8 years ago
parent
commit
831a756a40
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 2 0
      database.js

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 node_modules/
 log/
+database.js

+ 2 - 0
database.js

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