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",
|
2026-06-26 12:23:07 +10:00
|
|
|
"Microsoft.Hosting.Lifetime": "Debug",
|
|
|
|
|
"PARR.TemplateMatcher": "Debug",
|
2026-06-11 15:09:46 +10:00
|
|
|
"PARR.DAL": "Information",
|
2026-06-26 12:23:07 +10:00
|
|
|
"PARR.Core": "Debug",
|
|
|
|
|
"PARR.Infrastructure": "Debug",
|
|
|
|
|
"PARR.TemplateMatcher.Services.Implementations.SimpleTemplateSynchronizer": "Debug",
|
|
|
|
|
"PARR.TemplateMatcher.Services.Implementations.GroupedTemplateSynchronizer": "Debug"
|
2026-06-11 15:09:46 +10:00
|
|
|
}
|
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" }
|
|
|
|
|
}
|
|
|
|
|
}
|