Skip to content

Commit

Permalink
[wip] try
Browse files Browse the repository at this point in the history
  • Loading branch information
jonavellecuerdo committed Oct 17, 2024
1 parent a6b2956 commit fcbaa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solenoid/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@

# CELERY SETTINGS
CELERY_BROKER_URL = (
env.str("REDIS_URL", "redis://localhost:6379/0") + "?ssl_cert_reqs=CERT_NONE"
env.str("REDIS_URL", "redis://localhost:6379/0") + "?ssl_cert_reqs=none"
)
CELERY_RESULT_BACKEND = (
env.str("REDIS_URL", "redis://localhost:6379") + "?ssl_cert_reqs=CERT_NONE"
env.str("REDIS_URL", "redis://localhost:6379") + "?ssl_cert_reqs=none"
)

# ============================== #
Expand Down

0 comments on commit fcbaa05

Please sign in to comment.