From 7a44660fc15ad5fd150256075733dbf9a223d76b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 23 Jan 2025 11:40:04 +0000 Subject: [PATCH] Resolve conflict with Redis --- app/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index ca9fa15..3baf2fd 100644 --- a/app/settings.py +++ b/app/settings.py @@ -196,7 +196,6 @@ CACHES = { "default": { "BACKEND": "django_redis.cache.RedisCache", # "LOCATION": "unix:///var/run/socks/redis.sock", - "LOCATION": f"redis://{REDIS_HOST}:{REDIS_PORT}", "LOCATION": "unix:///var/run/redis.sock", "OPTIONS": { "db": REDIS_DB,