Files
ScratchingPost/appsettings.json
T
2026-05-21 08:56:44 +10:00

11 lines
167 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"MaxUploadSizeMB": 20
}