API_Finshark/appsettings.json
Marc Wieland da8f1f8ba3 Init
2025-09-26 08:51:10 +02:00

10 lines
151 B
JSON

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