Fix template
This commit is contained in:
parent
d78d8c22b1
commit
563886294b
|
@ -10,7 +10,7 @@ log_type all
|
||||||
|
|
||||||
<% @bridges.each do |remote_dc, bridge_config| -%>
|
<% @bridges.each do |remote_dc, bridge_config| -%>
|
||||||
connection <%= @dc %>-to-<%= remote_dc %>
|
connection <%= @dc %>-to-<%= remote_dc %>
|
||||||
address <%= bridge_config['address'] %>:address <%= bridge_config['port'] %>:
|
address <%= bridge_config['address'] %>:<%= bridge_config['port'] %>:
|
||||||
topic cdn/<%= @dc %>/purge out 1
|
topic cdn/<%= @dc %>/purge out 1
|
||||||
bridge_cafile /usr/local/share/ca-certificates/step_ca_root.crt
|
bridge_cafile /usr/local/share/ca-certificates/step_ca_root.crt
|
||||||
bridge_certfile /etc/mosquitto/certs/cert.pem
|
bridge_certfile /etc/mosquitto/certs/cert.pem
|
||||||
|
|
Loading…
Reference in a new issue