From 30e5e6a4dcf105616592547b7a809a610a51a048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E9=B9=8F?= <1069269649@qq.com> Date: Mon, 27 Oct 2025 15:53:21 +0800 Subject: [PATCH] upd --- gateways/KonSoft.InternalGateway/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gateways/KonSoft.InternalGateway/appsettings.json b/gateways/KonSoft.InternalGateway/appsettings.json index 8b93288..5fa4f0d 100644 --- a/gateways/KonSoft.InternalGateway/appsettings.json +++ b/gateways/KonSoft.InternalGateway/appsettings.json @@ -4,5 +4,10 @@ "name": "KonSoft.InternalGateway", "nodes": "https://config.konsoft.top/", "secret": "DBE31703-14F9-4B01-893D-900B8380CE04" + }, + "AuthServer": { + "Authority": "https://devauth.konsoft.top", + "RequireHttpsMetadata": true, + "SwaggerClientId": "Gateway_Swagger" } }