diff --git a/PARR.TemplateUpdaterWorker/appsettings.Development.json b/PARR.TemplateUpdaterWorker/appsettings.Development.json index 74618fc4..daba7a51 100644 --- a/PARR.TemplateUpdaterWorker/appsettings.Development.json +++ b/PARR.TemplateUpdaterWorker/appsettings.Development.json @@ -1,31 +1,34 @@ { - "Logging": { - "LogLevel": { - "Default": "Debug", - "Microsoft.AspNetCore": "Debug" - } - }, - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } + "ConnectionStrings": { + "RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs" }, - "WriteTo": [ - { - "Name": "File", - "Args": { - "path": "log/log-.txt", - "rollingInterval": "Day" + "Logging": { + "LogLevel": { + "Default": "Debug", + "Microsoft.AspNetCore": "Debug" + } + }, + "Serilog": { + "MinimumLevel": { + "Default": "Debug", + "Override": { + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "WriteTo": [ + { + "Name": "File", + "Args": { + "path": "log/log-.txt", + "rollingInterval": "Day" + } + } + ] + }, + "MqSettings": { + "TemplatesUpdater": { + "HostName": "10.99.253.216" } - } - ] - }, - "MqSettings": { - "TemplatesUpdater": { - "HostName": "10.99.253.216" } - } } diff --git a/PARR.TemplateUpdaterWorker/appsettings.json b/PARR.TemplateUpdaterWorker/appsettings.json index 4f92d438..c4a6b05e 100644 --- a/PARR.TemplateUpdaterWorker/appsettings.json +++ b/PARR.TemplateUpdaterWorker/appsettings.json @@ -1,6 +1,7 @@ { "ConnectionStrings": { - "DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;" + "DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;", + "RedisConnection": "parr-redis:6379,password=ParrP@ssPtk202MMdevDvs" }, "Logging": { "LogLevel": {