skantravels/API/appsettings.example.json

10 lines
142 B
JSON
Raw Normal View History

2024-08-05 08:00:16 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}