MultiFIleServer/MultiFile-Server/appsettings.json
2025-07-08 08:23:01 +02:00

9 lines
142 B
JSON

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