Mbonea commited on
Commit
02db080
·
1 Parent(s): d1ae5b7
Files changed (1) hide show
  1. App/celery_config.py +1 -1
App/celery_config.py CHANGED
@@ -8,7 +8,7 @@ timezone = "Europe/Oslo"
8
  enable_utc = True
9
 
10
  broker_url = f"rediss://default:59c9ffda43f61cc18b44a3407a2a7793@master.transcription--legal-stuff--a96n-7tyr.addon.code.run:6379?ssl_cert_reqs=none"
11
- result_backend = f"rediss://default:59c9ffda43f61cc18b44a3407a2a7793@master.transcription--legal-stuff--a96n-7tyr.addon.code.run:6379?ssl_cert_reqs=none"
12
 
13
  # SSL/TLS and SNI configuration
14
  broker_use_ssl = {
 
8
  enable_utc = True
9
 
10
  broker_url = f"rediss://default:59c9ffda43f61cc18b44a3407a2a7793@master.transcription--legal-stuff--a96n-7tyr.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
14
  broker_use_ssl = {