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,