Update App/celery_config.py
Browse files- App/celery_config.py +1 -1
App/celery_config.py
CHANGED
|
@@ -10,7 +10,7 @@ timezone = "Europe/Oslo"
|
|
| 10 |
enable_utc = True
|
| 11 |
|
| 12 |
broker_url = f"amqps://llmgzyix:[email protected]/llmgzyix"
|
| 13 |
-
|
| 14 |
|
| 15 |
# SSL/TLS and SNI configuration
|
| 16 |
# broker_use_ssl = {
|
|
|
|
| 10 |
enable_utc = True
|
| 11 |
|
| 12 |
broker_url = f"amqps://llmgzyix:[email protected]/llmgzyix"
|
| 13 |
+
|
| 14 |
|
| 15 |
# SSL/TLS and SNI configuration
|
| 16 |
# broker_use_ssl = {
|