From f11c45b7f0a486f0461caed204846e4e663a3cd8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期二, 20 八月 2019 20:27:13 +0800
Subject: [PATCH] fix capture
---
config/dev.yaml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/config/dev.yaml b/config/dev.yaml
index e2b0c94..7fc7bd1 100644
--- a/config/dev.yaml
+++ b/config/dev.yaml
@@ -3,6 +3,16 @@
jwtSecret: BASIC
jwtExpire: 24
url: http://127.0.0.1:8080
+ imageUrl: http://192.168.1.203:6080
+ publicDomain: http://bsic.asuscomm.com
+ networkAdapter: enp8s0
+compare:
+ url:
+ - 127.0.0.1:40010
+weedfs:
+ ip: 192.168.1.203
+ uploadport: 6333
+ visitport: 6080
redis:
host: 127.0.0.1
port: 6379
--
Gitblit v1.8.0