bla commited on
Commit
e61f88b
1 Parent(s): 2b09b82

Update App/celery_config.py

Browse files
Files changed (1) hide show
  1. App/celery_config.py +2 -1
App/celery_config.py CHANGED
@@ -8,7 +8,8 @@ timezone = "Europe/Oslo"
8
  enable_utc = True
9
 
10
  broker_url = f"amqps://sjefunwo:[email protected]/sjefunwo"
11
- result_backend = f"amqps://sjefunwo:5xdjo6373nODazvYQotC9oasOfVz-k7r@shark.rmq.cloudamqp.com/sjefunwo"
 
12
 
13
  # SSL/TLS and SNI configuration
14
  # broker_use_ssl = {
 
8
  enable_utc = True
9
 
10
  broker_url = f"amqps://sjefunwo:[email protected]/sjefunwo"
11
+ result_backend = f"postgresql+asyncpg://postgres.vfhoydxvxuesxhrcdnmx:PkkneZrSFsnJR6B@db.vfhoydxvxuesxhrcdnmx.supabase.co:5432/postgres
12
+ "
13
 
14
  # SSL/TLS and SNI configuration
15
  # broker_use_ssl = {