SimpleFunctions/TestFunction/appsettings.json
Elias Stepanik cd23fbe4a9 f
2023-05-29 18:42:26 +02:00

10 lines
142 B
JSON

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