15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"MessageQueue": {
|
|
"Url": "nats://message-queue:4222"
|
|
},
|
|
"ConnectionStrings": {
|
|
"VoteData": "Server=mysql;Port=4000;Database=votes;User=root;SslMode=None"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|