cloudnet-compose/vote/dotnet/Vote/appsettings.json

17 lines
251 B
JSON
Raw Permalink Normal View History

2018-09-21 20:23:31 +02:00
{
"Voting": {
"OptionA": "Cats",
"OptionB": "Dogs"
},
"MessageQueue": {
"Enabled": true,
"Url": "nats://message-queue:4222"
},
"Logging": {
"LogLevel": {
"Default": "Information"
}
},
"AllowedHosts": "*"
}