bla commited on
Commit
aeb11ca
·
verified ·
1 Parent(s): 5b6d977

Update App/celery_config.py

Browse files
Files changed (1) hide show
  1. App/celery_config.py +6 -6
App/celery_config.py CHANGED
@@ -11,9 +11,9 @@ broker_url = f"amqps://sjefunwo:[email protected]
11
  result_backend = f"db+postgresql+psycopg2://postgres:[email protected]:5432/postgres"
12
 
13
  # SSL/TLS and SNI configuration
14
- broker_use_ssl = {
15
- "ssl_cert_reqs": ssl.CERT_NONE,
16
- "ssl_match_hostname": False,
17
- "ssl_check_hostname": False,
18
- "ssl_sni": "master.cache--j5zxzwppzvjs.addon.code.run",
19
- }
 
11
  result_backend = f"db+postgresql+psycopg2://postgres:[email protected]:5432/postgres"
12
 
13
  # SSL/TLS and SNI configuration
14
+ # broker_use_ssl = {
15
+ # "ssl_cert_reqs": ssl.CERT_NONE,
16
+ # "ssl_match_hostname": False,
17
+ # "ssl_check_hostname": False,
18
+ # "ssl_sni": "master.cache--j5zxzwppzvjs.addon.code.run",
19
+ # }