24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"ManagingDatabase": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "ManagingDb",
|
|
},
|
|
"InfluxDb": {
|
|
"Url": "http://localhost:8086/",
|
|
"Organization": "",
|
|
"Token": ""
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"ElasticConfiguration": {
|
|
"Uri": "http://localhost:9200"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |