2023-08-25 15:32:06 +10:00
|
|
|
{
|
2023-12-05 16:32:34 +10:00
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs"
|
|
|
|
|
},
|
2023-08-25 15:32:06 +10:00
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-20 17:07:17 +10:00
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "File",
|
|
|
|
|
"Args": {
|
|
|
|
|
"path": "log/log-.txt",
|
|
|
|
|
"rollingInterval": "Day"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-10-09 16:11:27 +10:00
|
|
|
},
|
|
|
|
|
"GlobalSettings": {
|
|
|
|
|
"MqSettings": {
|
|
|
|
|
"HostName": "10.99.253.216"
|
|
|
|
|
}
|
2023-08-25 15:32:06 +10:00
|
|
|
}
|
|
|
|
|
}
|