Skip to content

Commit

Permalink
delete redis url default
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerrrqw committed Nov 15, 2024
1 parent 6a259e6 commit 4fc0435
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions {{cookiecutter.project_slug}}/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# Redis
# ------------------------------------------------------------------------------
REDIS_URL = env("REDIS_TLS_URL", default=REDIS_URL)
REDIS_URL = env("REDIS_TLS_URL")
REDIS_SSL = env.bool("REDIS_SSL", default=False)

# Celery
Expand All @@ -66,9 +66,8 @@
{
"CONNECTION_POOL_CLASS": "redis.connection.SSLConnection",
"SSL_CERT_REQS": None,
},
}
)

# SECURITY
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#secure-proxy-ssl-header
Expand Down

0 comments on commit 4fc0435

Please sign in to comment.