From 546dfe06bdb05129f5bc147cc0feda80fb3d9c2c Mon Sep 17 00:00:00 2001 From: antoineatstariongroup Date: Wed, 22 Jan 2025 11:10:04 +0100 Subject: [PATCH] appsettings update --- CometServer/appsettings.Development.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CometServer/appsettings.Development.json b/CometServer/appsettings.Development.json index 7bcd1a1d..776ad4d2 100644 --- a/CometServer/appsettings.Development.json +++ b/CometServer/appsettings.Development.json @@ -54,7 +54,7 @@ }, "Authentication": { "Basic": { - "IsEnabled": false + "IsEnabled": true }, "LocalJwtBearer": { "IsEnabled": false, @@ -64,7 +64,7 @@ "TokenExpirationMinutes": 150 }, "ExternalJwtBearer": { - "IsEnabled": true, + "IsEnabled": false, "ValidIssuer": "http://localhost:8080/realms/CDP4COMET", "ValidAudience": "account", "Authority": "http://localhost:8080/realms/CDP4COMET",