mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
fix: mqtt-tls in default config template
- panic: json: cannot unmarshal string into Go struct field Config.mqtt-tls of type bool Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
b45c381b3b
commit
c2f887a1ef
@ -23,8 +23,7 @@ mqtt-domain = "{{ .PlmntConfig.MqttDomain }}"
|
|||||||
mqtt-port = {{ .PlmntConfig.MqttPort }}
|
mqtt-port = {{ .PlmntConfig.MqttPort }}
|
||||||
mqtt-user = "{{ .PlmntConfig.MqttUser }}"
|
mqtt-user = "{{ .PlmntConfig.MqttUser }}"
|
||||||
mqtt-password = "{{ .PlmntConfig.MqttPassword }}"
|
mqtt-password = "{{ .PlmntConfig.MqttPassword }}"
|
||||||
mqtt-tls = "{{ .PlmntConfig.MqttTLS }}"
|
mqtt-tls = {{ .PlmntConfig.MqttTLS }}
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
// Config defines Planetmint's top level configuration
|
// Config defines Planetmint's top level configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user