17 lines
251 B
JSON
17 lines
251 B
JSON
{
|
|
"Voting": {
|
|
"OptionA": "Cats",
|
|
"OptionB": "Dogs"
|
|
},
|
|
"MessageQueue": {
|
|
"Enabled": true,
|
|
"Url": "nats://message-queue:4222"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|