drinkMe/drinkMe/Server/appsettings.json

11 lines
190 B
JSON
Raw Normal View History

2021-04-26 15:35:44 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}