AppSettings: Improves the templates so they reflect the latest recommended settings (#20148)

hides obsolete appsettings from the template and renames `TimeOutInMinutes` to `TimeOut` and updates its format
This commit is contained in:
Jacob Overgaard
2025-09-16 11:30:43 +02:00
committed by GitHub
parent 9aa9d4499f
commit 4ae3bb3835
2 changed files with 4 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema" : "./appsettings-schema.json",
"$schema": "./appsettings-schema.json",
"Serilog": {
"MinimumLevel": {
"Default": "Information",
@@ -37,10 +37,6 @@
},
"Hosting": {
"Debug": true
},
"RuntimeMinification": {
"useInMemoryCache": true,
"cacheBuster": "Timestamp"
}
}
}