Parcourir la source

feat: 调整数据库地址

zhangyuhan il y a 9 mois
Parent
commit
01b0082bfe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      service/config/index.js

+ 1 - 1
service/config/index.js

@@ -2,7 +2,7 @@ module.exports = {
   port: 3333,
   mongodb: {
     // url: 'mongodb://192.168.3.206:27080/zyh',
-    url: 'mongodb://172.17.4.83:27080/h5_editor',
+    url: 'mongodb://172.17.4.251:27080/h5_editor',
     options: {}
   },
   middleware: ['handlerError'],