maguohua 8 жил өмнө
parent
commit
cb338c23f0

+ 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',
 }