cloudnet-compose/vote/dotnet/Vote/appsettings.Development.json
2018-09-21 19:23:31 +01:00

13 lines
183 B
JSON

{
"MessageQueue": {
"Enabled": false
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}