mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-05-07 01:56:46 +00:00
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": "*"
|
|
}
|