16 lines
219 B
JSON
16 lines
219 B
JSON
{
|
|
"Voting": {
|
|
"OptionA": "Cats",
|
|
"OptionB": "Dogs"
|
|
},
|
|
"ResultsTimer": {
|
|
"PublishMilliseconds": 1500
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|