Sort appsetting values

This commit is contained in:
2025-08-31 14:09:57 +02:00
parent ce19d05260
commit 620bb57e6d

View File

@@ -1,9 +1,9 @@
{ {
"AllowedHosts": "*",
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, }
"AllowedHosts": "*"
} }