From 5627f6ae0dfadee1334ae5a83fb4c7c119ed8ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 2 Jul 2024 10:00:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20gateway-sentinel=20?= =?UTF-8?q?=E8=AF=BB=E5=8F=96nacos=E9=85=8D=E7=BD=AE=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=AF=86=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/nacos/ruoyi-gateway.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/nacos/ruoyi-gateway.yml b/config/nacos/ruoyi-gateway.yml index ba82112a..b51856f7 100644 --- a/config/nacos/ruoyi-gateway.yml +++ b/config/nacos/ruoyi-gateway.yml @@ -92,6 +92,8 @@ spring: server-addr: ${spring.cloud.nacos.server-addr} dataId: sentinel-${spring.application.name}.json groupId: ${spring.cloud.nacos.config.group} + username: ${spring.cloud.nacos.username} + password: ${spring.cloud.nacos.password} namespace: ${spring.profiles.active} data-type: json rule-type: gw-flow