cloudnet-compose/vote/dotnet/Vote/appsettings.Development.json

13 lines
183 B
JSON
Raw Permalink Normal View History

2018-09-21 20:23:31 +02:00
{
"MessageQueue": {
"Enabled": false
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}