37 lines
873 B
JSON
37 lines
873 B
JSON
{
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console" ],
|
|
"MinimumLevel": {
|
|
"Default": "Warning",
|
|
"Override": {
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{ "Name": "Console" }
|
|
]
|
|
},
|
|
"Kafka": {
|
|
"NotificationPublisherGroupId": "notification-publisher-integration-test",
|
|
"NotificationPublisherAutoOffsetReset": "Latest"
|
|
},
|
|
"RabbitMq": {
|
|
"VirtualHost": "vigilcare_test",
|
|
"PagingAckTimeoutMs": 5000
|
|
},
|
|
"DataLake": {
|
|
"FlushCount": 3,
|
|
"FlushIntervalSeconds": 10
|
|
},
|
|
"Simulation": {
|
|
"Enabled": true,
|
|
"ScenarioDirectory": "../VigilCare.Simulator/Scenarios/List",
|
|
"LoopbackBaseUrl": "http://localhost:5270",
|
|
"RunnerUsername": "simulation.runner",
|
|
"RunnerPassword": "DemoSimulation1!",
|
|
"MaxConcurrentRuns": 8,
|
|
"MaxSpeed": 600,
|
|
"RunHistoryLimit": 50
|
|
}
|
|
}
|