cloudnet-compose/worker/dotnet/Worker/appsettings.json

15 lines
273 B
JSON
Raw Normal View History

2018-09-21 20:23:31 +02:00
{
"MessageQueue": {
"Url": "nats://message-queue:4222"
},
"VoteData": {
"ConnectionString": "Server=mysql;Port=4000;Database=votes;User=root;SslMode=None"
},
"Logging": {
"LogLevel": {
"Default": "Information"
}
},
"AllowedHosts": "*"
}