yavsc/src/Yavsc/appsettings.json

9 lines
142 B
JSON
Raw Normal View History

2016-05-17 18:22:18 +02:00
{
2023-03-19 17:57:55 +00:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
2016-05-17 18:22:18 +02:00
}
2023-03-19 17:57:55 +00:00
},
"AllowedHosts": "*"
2018-12-23 01:57:58 +00:00
}