mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-05-08 18:46:36 +00:00
19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"Voting": {
|
|
"OptionA": "Cats",
|
|
"OptionB": "Dogs"
|
|
},
|
|
"ResultsTimer": {
|
|
"PublishMilliseconds": 2500
|
|
},
|
|
"ConnectionStrings": {
|
|
"ResultData": "Server=mysql;Port=4000;Database=votes;User=root;SslMode=None"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|