cloudnet-compose/result/dotnet/Result/appsettings.json

16 lines
219 B
JSON
Raw Normal View History

2018-09-21 20:23:31 +02:00
{
2018-09-26 11:29:39 +02:00
"Voting": {
"OptionA": "Cats",
"OptionB": "Dogs"
},
"ResultsTimer": {
"PublishMilliseconds": 1500
},
2018-09-21 20:23:31 +02:00
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}