From ccf396d18f149c3ba1d5bb1279f29a5d6eff864c Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 23 八月 2019 16:24:05 +0800
Subject: [PATCH] fix port

---
 config/test.yaml |    4 ++--
 config/dev.yaml  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/dev.yaml b/config/dev.yaml
index 0a5ece6..bda7cd8 100644
--- a/config/dev.yaml
+++ b/config/dev.yaml
@@ -7,10 +7,10 @@
     publicDomain: http://bsic.asuscomm.com
     networkAdapter: enp8s0
 dbpersoncompare:
-    url: 127.0.0.1:40010
+    url: 127.0.0.1:4010
 espersoncompare:
     url:
-     - 127.0.0.1:40011
+     - 127.0.0.1:4011
 weedfs:
     ip: 192.168.1.203
     uploadport: 6333
diff --git a/config/test.yaml b/config/test.yaml
index cd8dca9..a709987 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -7,10 +7,10 @@
     publicDomain: http://192.168.1.203
     networkAdapter: enp8s0
 dbpersoncompare:
-    url: 127.0.0.1:40010
+    url: 127.0.0.1:4010
 espersoncompare:
     url:
-    - 127.0.0.1:40011
+    - 127.0.0.1:4011
 weedfs:
     ip: 192.168.1.203
     uploadport: 6333

--
Gitblit v1.8.0