Fix variable type
This commit is contained in:
parent
54b7b3b40e
commit
e9e83b534b
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ data:
|
||||||
'active': True,
|
'active': True,
|
||||||
'cert_prefix': 'fedmsg-migration-tools',
|
'cert_prefix': 'fedmsg-migration-tools',
|
||||||
'certnames': {'fedmsg-migration-tools.{}'.format(socket.gethostname()): 'fedmsg-migration-tools'},
|
'certnames': {'fedmsg-migration-tools.{}'.format(socket.gethostname()): 'fedmsg-migration-tools'},
|
||||||
'relay_inbound': 'tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941',
|
'relay_inbound': ['tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941'],
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
# stg should listen to the stg bus
|
# stg should listen to the stg bus
|
||||||
'endpoints': {
|
'endpoints': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue