From cf9dc1da3857868e8b60b64b8ecc2d84e4c50a8b Mon Sep 17 00:00:00 2001 From: bandl <1658002533@qq.com> Date: Sun, 24 Oct 2021 19:50:59 +0800 Subject: [PATCH] feat(conf): add target addr --- conf/wheat-cache.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/wheat-cache.yaml b/conf/wheat-cache.yaml index d29ec38..d1d4a6d 100644 --- a/conf/wheat-cache.yaml +++ b/conf/wheat-cache.yaml @@ -47,4 +47,5 @@ plugins-control: gateway: host: '127.0.0.1' port: 5891 + target: ["127.0.0.1:5890"] \ No newline at end of file