2023-10-19 15:59:57 +10:00
|
|
|
{
|
2026-06-11 15:09:46 +10:00
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"PARR.DAL": "Information",
|
|
|
|
|
"PARR.Infrastructure.Redis": "Information",
|
|
|
|
|
"PARR.TemplateMatcher.Services.GroupedSync.GroupedTemplateProcessor": "Information"
|
|
|
|
|
}
|
2023-10-24 12:10:19 +10:00
|
|
|
},
|
2026-06-11 15:09:46 +10:00
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "File",
|
|
|
|
|
"Args": {
|
|
|
|
|
"path": "log/log-.txt",
|
|
|
|
|
"rollingInterval": "Day"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"MqSettings": {
|
|
|
|
|
"TemplateMatcher": { "HostName": "10.99.253.216" },
|
|
|
|
|
"TemplateGenerator": { "HostName": "10.99.253.216" },
|
|
|
|
|
"TemplateUpdater": { "HostName": "10.99.253.216" }
|
|
|
|
|
}
|
|
|
|
|
}
|