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,23 @@
{
"Site": {
"Authority": "https://localhost:5001",
"CorsAllowedOrigins": [
"https://localhost:5003"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Https":{
"Url": "https://localhost:3004"
}
}
}
}