瀏覽代碼

feat: 调整数据库地址

zhangyuhan 9 月之前
父節點
當前提交
01b0082bfe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'],