Browse Source

production env

maguohua 8 years ago
parent
commit
cb338c23f0
2 changed files with 2 additions and 1 deletions
  1. 1 0
      config/.gitignore
  2. 1 1
      config/production.js

+ 1 - 0
config/.gitignore

@@ -0,0 +1 @@
+production.js

+ 1 - 1
config/production.js

@@ -1,5 +1,5 @@
 'use strict';
 
 module.exports = {
-	
+	url: 'mongodb://localhost:17321/elm',
 }