Update App/celery_config.py
Browse files- 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 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
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 |
+
# }
|