do not override appsettings-*.*.json

This commit is contained in:
Paul Schneider 2026-06-19 16:18:39 +01:00
commit 148f333b36
8 changed files with 229 additions and 21 deletions

View file

@ -0,0 +1,24 @@
{
"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"
}
}
}
}