From 13774093b4e8ed25ba40e3c996f178f78e11e681 Mon Sep 17 00:00:00 2001 From: Sergio Matias Date: Sun, 22 Jun 2025 00:08:12 -0600 Subject: [PATCH] Change redis connection --- Core.Thalos.DAL.API/appsettings.Local.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.Thalos.DAL.API/appsettings.Local.json b/Core.Thalos.DAL.API/appsettings.Local.json index 03d4442..c265e62 100644 --- a/Core.Thalos.DAL.API/appsettings.Local.json +++ b/Core.Thalos.DAL.API/appsettings.Local.json @@ -8,7 +8,7 @@ "AllowedHosts": "*", "ConnectionStrings": { "MongoDB": "mongodb://admin_agile:Admin%40agileWebs@portainer.white-enciso.pro:27017/?authMechanism=SCRAM-SHA-256", - "Redis": "http://100.123.31.103:6379" + "Redis": "100.123.31.103:6379" }, "MongoDb": { "DatabaseName": "Thalos",