27 lines
555 B
JSON
27 lines
555 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
|
|
}
|
|
}
|