Use double slash for hostname in broker_url.
This commit is contained in:
parent
9bdc70de97
commit
1c210abdd3
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
ALLOWED_SOURCES = {{ odcs_allowed_sources }}
|
||||
{% endif %}
|
||||
|
||||
CELERY_BROKER_URL = "amqps://odcs-private-queue{{ env_suffix }}@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/odcs"
|
||||
CELERY_BROKER_URL = "amqps://odcs-private-queue{{ env_suffix }}@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org//odcs"
|
||||
CELERY_CONFIG = {
|
||||
'certfile': "/etc/odcs/odcs-private-queue.crt",
|
||||
'keyfile': "/etc/odcs/odcs-private-queue.key",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue