Fix AMQP URL
This commit is contained in:
parent
127f9fcc20
commit
0a6274efed
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ metadata:
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
data:
|
data:
|
||||||
config.toml: |-
|
config.toml: |-
|
||||||
amqp_url = "amqp://rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
amqp_url = "amqps://rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
||||||
publish_exchange = "amq.topic"
|
publish_exchange = "amq.topic"
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
|
@ -43,7 +43,7 @@ data:
|
||||||
level = "WARNING"
|
level = "WARNING"
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
amqp-to-zmq.toml: |-
|
amqp-to-zmq.toml: |-
|
||||||
amqp_url = "amqp://rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
amqp_url = "amqps://rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
||||||
publish_exchange = "amq.topic"
|
publish_exchange = "amq.topic"
|
||||||
|
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue