2024-01-31 12:26:43 +10:00
|
|
|
{
|
2026-06-25 12:19:32 +10:00
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Debug",
|
|
|
|
|
"PARR.DAL": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "File",
|
|
|
|
|
"Args": {
|
|
|
|
|
"path": "log/log-.txt",
|
|
|
|
|
"rollingInterval": "Day"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-12-02 09:49:08 +10:00
|
|
|
},
|
2026-06-25 12:19:32 +10:00
|
|
|
"MqSettings": {
|
|
|
|
|
"HostName": "10.99.253.216"
|
|
|
|
|
}
|
2025-09-25 13:54:33 +10:00
|
|
|
}
|