fix(templateGeneratorWorker): Redis config

This commit is contained in:
Mikhail Kuznetsov
2025-11-20 16:50:44 +10:00
parent f7a05648e5
commit 240d292cee
2 changed files with 15 additions and 11 deletions

View File

@@ -1,11 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
"ConnectionStrings": {
"RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MqSettings": {
"HostName": "10.99.253.216"
}
},
"MqSettings": {
"HostName": "10.99.253.216"
}
}