diff --git a/Core.Thalos.DAL.API/appsettings.Local.json b/Core.Thalos.DAL.API/appsettings.Local.json index 8683b5d..588b33b 100644 --- a/Core.Thalos.DAL.API/appsettings.Local.json +++ b/Core.Thalos.DAL.API/appsettings.Local.json @@ -8,14 +8,14 @@ "AllowedHosts": "*", "ConnectionStrings": { "MongoDB": "mongodb://admin_agile:AdminAgileWebs@portainer.dream-views.com:27017/?authMechanism=SCRAM-SHA-256", - "Redis": "portainer.dream-views.com:6379" + "Redis": "172.22.0.2:6379" }, "MongoDb": { "DatabaseName": "Thalos", "LocalAudience": "" }, "DetailedErrors": true, - "UseRedisCache": true, + "UseRedisCache": false, "CacheSettings": { "DefaultCacheDurationInMinutes": 3 }, diff --git a/Core.Thalos.Provider/Core.Thalos.Provider.csproj b/Core.Thalos.Provider/Core.Thalos.Provider.csproj index 23ec797..c188dbc 100644 --- a/Core.Thalos.Provider/Core.Thalos.Provider.csproj +++ b/Core.Thalos.Provider/Core.Thalos.Provider.csproj @@ -12,7 +12,7 @@ - +