Skip to content

Commit

Permalink
appsettings update
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatstariongroup committed Jan 24, 2025
1 parent f6bb834 commit 38b7ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CometServer/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"Authentication": {
"Basic": {
"IsEnabled": false
"IsEnabled": true
},
"LocalJwtBearer": {
"IsEnabled": false,
Expand All @@ -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",
Expand Down

0 comments on commit 38b7ca1

Please sign in to comment.