From 808f35709b91aa5aab45860cbce919561c98daff Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 17 七月 2019 10:51:59 +0800 Subject: [PATCH] add weedfs config --- config/dev.yaml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/config/dev.yaml b/config/dev.yaml index 2f2fc7e..c8e48e5 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -3,7 +3,11 @@ jwtSecret: BASIC jwtExpire: 24 url: http://127.0.0.1:8080 - imageUrl: http://192.168.1.182:6080 + imageUrl: http://192.168.1.203:6080 +weedfs: + ip: 192.168.1.203 + uploadport: 6333 + visitport: 6080 redis: host: 127.0.0.1 port: 6379 -- Gitblit v1.8.0