Skip to content

Commit

Permalink
reset default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Aug 14, 2024
1 parent d581d34 commit c2b9e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BlazorBffOpenIdConnect/Server/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"OpenIDConnectSettings": {
"Authority": "https://localhost:44395",
"ClientId": "blazorcodeflowpkceclient",
"ClientSecret": "codeflow_pkce_client_secret"
"Authority": "--your-authority--",
"ClientId": "--client-ID--",
"ClientSecret": "--client-secret-from-user-secrets--"
},
"Logging": {
"LogLevel": {
Expand Down

0 comments on commit c2b9e8e

Please sign in to comment.