fix phx2 hardwire with iad2 hardwire
This commit is contained in:
parent
857a3c623d
commit
32065164b8
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
ALLOWED_SOURCES = {{ odcs_allowed_sources }}
|
ALLOWED_SOURCES = {{ odcs_allowed_sources }}
|
||||||
{% endif %}
|
{% 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 }}.iad2.fedoraproject.org//odcs"
|
||||||
CELERY_CONFIG = {
|
CELERY_CONFIG = {
|
||||||
'certfile': "/etc/odcs/odcs-private-queue.crt",
|
'certfile': "/etc/odcs/odcs-private-queue.crt",
|
||||||
'keyfile': "/etc/odcs/odcs-private-queue.key",
|
'keyfile': "/etc/odcs/odcs-private-queue.key",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue