bla commited on
Commit
214b8a1
·
verified ·
1 Parent(s): 30a2e0b

Update App/celery_config.py

Browse files
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"amqps://sjefunwo:[email protected]/sjefunwo"
11
- result_backend = f"db+postgresql+psycopg2://postgres:[email protected]:5432/postgres"
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"db+postgresql+psycopg2://postgres.vfhoydxvxuesxhrcdnmx:[email protected]:5432/postgres"
12
 
13
  # SSL/TLS and SNI configuration
14
  # broker_use_ssl = {