Files
apitest/ApiTest/appsettings.json
2024-03-11 15:48:34 +01:00

10 lines
142 B
JSON

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