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" } }