chaneged broker
Browse files- App/celery_config.py +1 -1
App/celery_config.py
CHANGED
@@ -7,7 +7,7 @@ accept_content = ["json"]
|
|
7 |
timezone = "Europe/Oslo"
|
8 |
enable_utc = True
|
9 |
|
10 |
-
broker_url = f"rediss://default:
|
11 |
result_backend = f"db+postgresql+psycopg2://postgres:PkkneZrSFsnJR6B@db.vfhoydxvxuesxhrcdnmx.supabase.co:5432/postgres"
|
12 |
|
13 |
# SSL/TLS and SNI configuration
|
|
|
7 |
timezone = "Europe/Oslo"
|
8 |
enable_utc = True
|
9 |
|
10 |
+
broker_url = f"rediss://default:157885c870c9fe1154ac9ae5d0ab97b6@master.llm-cache--6h5xnbs2d8rh.addon.code.run:6379?ssl_cert_reqs=none"
|
11 |
result_backend = f"db+postgresql+psycopg2://postgres:PkkneZrSFsnJR6B@db.vfhoydxvxuesxhrcdnmx.supabase.co:5432/postgres"
|
12 |
|
13 |
# SSL/TLS and SNI configuration
|