From d6ed9b558c939b1bcdef2d73cf6663429fb93141 Mon Sep 17 00:00:00 2001 From: andrewshan Date: Sun, 6 Mar 2022 23:50:56 +0800 Subject: [PATCH] change to 127.0.0.1 --- examples/quickstart/provider/polaris.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart/provider/polaris.yaml b/examples/quickstart/provider/polaris.yaml index d926e60..3f0b683 100644 --- a/examples/quickstart/provider/polaris.yaml +++ b/examples/quickstart/provider/polaris.yaml @@ -1,4 +1,4 @@ global: serverConnector: addresses: - - 9.134.15.118:8091 \ No newline at end of file + - 127.0.0.1:8091 \ No newline at end of file