This commit is contained in:
Paul Schneider 2026-06-19 02:17:07 +01:00
commit 508c74f3e4
5 changed files with 0 additions and 193 deletions

View file

@ -1,24 +0,0 @@
{
"Authencication": {
"Issuer": "https://localhost:5001",
"Client": {
"Id": "mvc",
"Secret": "lame-secret"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints":
{
"Https": {
"Url": "https://localhost:5003"
}
}
}
}