From df78f842f34c76de76a865f3a4d4f472d6c33c51 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:42:26 +0800 Subject: [PATCH] upd: appsettings --- gateways/KonSoft.InternalGateway/appsettings.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gateways/KonSoft.InternalGateway/appsettings.json b/gateways/KonSoft.InternalGateway/appsettings.json index b8bf3cc..8b93288 100644 --- a/gateways/KonSoft.InternalGateway/appsettings.json +++ b/gateways/KonSoft.InternalGateway/appsettings.json @@ -4,10 +4,5 @@ "name": "KonSoft.InternalGateway", "nodes": "https://config.konsoft.top/", "secret": "DBE31703-14F9-4B01-893D-900B8380CE04" - }, - "AuthServer": { - "Authority": "https://localhost:44322", - "RequireHttpsMetadata": true, - "SwaggerClientId": "Gateway_Swagger" } }