From 4be48ac79a1f9669baf90a3f6bf7e219684b03e7 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 25 Mar 2026 12:04:45 +0800 Subject: [PATCH] =?UTF-8?q?dev=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml b/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml index 34ebc7f9..09ba939d 100644 --- a/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml +++ b/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml @@ -8,18 +8,18 @@ framework: feign: gateway: - url: http://gateway.local.svc.cluster.local + url: http://gateway.azizi.svc.cluster.local wallet: - url: http://wallet.local.svc.cluster.local + url: http://wallet.azizi.svc.cluster.local other: - url: http://other.local.svc.cluster.local + url: http://other.azizi.svc.cluster.local live: - url: http://live.local.svc.cluster.local + url: http://live.azizi.svc.cluster.local console: - url: http://console.local.svc.cluster.local/console + url: http://console.azizi.svc.cluster.local/console auth: - url: http://auth.local.svc.cluster.local + url: http://auth.azizi.svc.cluster.local order: - url: http://order.local.svc.cluster.local + url: http://order.azizi.svc.cluster.local external: - url: http://external.local.svc.cluster.local \ No newline at end of file + url: http://external.azizi.svc.cluster.local \ No newline at end of file