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

19 lines
329 B
JSON
Raw Permalink 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": {
2018-09-26 12:32:50 +02:00
"PublishMilliseconds": 2500
},
"ConnectionStrings": {
"ResultData": "Server=mysql;Port=4000;Database=votes;User=root;SslMode=None"
2018-09-26 11:29:39 +02:00
},
2018-09-21 20:23:31 +02:00
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}