From e17f49c62f78c3d63559d1f198ba9d8e92eb1f7a Mon Sep 17 00:00:00 2001 From: Liuxue-Yang <50105172+Liuxue-Yang@users.noreply.github.com> Date: Tue, 31 May 2022 14:04:57 +0800 Subject: [PATCH] Mod:change config.json "gateway.target" Example Change port 8080 to 8090. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 9ecf0e43..6c4da2ca 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "port": 7003, "proxy":{ "gateway":{ - "target": "http://localhost:8080" + "target": "http://localhost:8090" }, "prometheus":{ "target": "192.168.8.157:9090" @@ -12,4 +12,4 @@ "ip": "192.168.8.143", "port": 9669 } -} \ No newline at end of file +}