From 0b9b8b50d4c5211a1574c386f52cb6e981724a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Mon, 26 May 2025 14:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E7=9A=84?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/gateway/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/gateway/application.yml b/start/gateway/application.yml index 1308260..47b948e 100644 --- a/start/gateway/application.yml +++ b/start/gateway/application.yml @@ -20,7 +20,7 @@ spring: oauth2: resource-server: jwt: - issuer-uri: https://${OIDC_SERVER_DOMAIN}:${NGINX_HTTPS_PORT} + issuer-uri: https://${OIDC_DOMAIN_FULL} cloud: consul: host: ${CONSUL_NAME} # consul 所在服务地址