From 711e90df27648aff82eda78d16dbbc159cceb625 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 18 九月 2019 14:16:39 +0800
Subject: [PATCH] fix fileUpload tip

---
 config/dev.yaml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/config/dev.yaml b/config/dev.yaml
index 350cab2..84b96f3 100644
--- a/config/dev.yaml
+++ b/config/dev.yaml
@@ -4,11 +4,15 @@
     jwtExpire: 24  
     url: http://127.0.0.1:8080
     imageUrl: http://192.168.1.203:6080
-    publicDomain: bsic.asuscomm.com
+    publicDomain: http://bsic.asuscomm.com
     networkAdapter: enp8s0
-compare:
+facedetect:
+    url: 127.0.0.1:4009
+dbpersoncompare:
+    url: 127.0.0.1:4010
+espersoncompare:
     url:
-     - 192.168.1.123:40010
+     - 127.0.0.1:4011
 weedfs:
     ip: 192.168.1.203
     uploadport: 6333

--
Gitblit v1.8.0