From c867665b603062fb22bf12a825239c2665da62c2 Mon Sep 17 00:00:00 2001 From: bandl <1658002533@qq.com> Date: Wed, 3 Nov 2021 22:40:28 +0800 Subject: [PATCH] feat(conf): update conf --- conf/wheat-cache.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/wheat-cache.yaml b/conf/wheat-cache.yaml index 51687c3..86657bc 100644 --- a/conf/wheat-cache.yaml +++ b/conf/wheat-cache.yaml @@ -3,7 +3,7 @@ version: 'v1.0' env: 'dev' storage: - host: '127.0.0.1' + host: '0.0.0.0' port: 5890 timeOut: 2 # second @@ -52,7 +52,7 @@ plugins-control: plugins-infos-context: ["mock-plugins"] gateway: - host: '127.0.0.1' + host: '0.0.0.0' port: 5891 target: ["127.0.0.1:5890"]