fix: issuer-host config template

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2024-06-26 12:00:46 +02:00
parent 59fcd14d52
commit b7b15c2a15
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A

View File

@ -25,7 +25,7 @@ mqtt-user = "{{ .PlmntConfig.MqttUser }}"
mqtt-password = "{{ .PlmntConfig.MqttPassword }}" mqtt-password = "{{ .PlmntConfig.MqttPassword }}"
claim-host = "{{ .PlmntConfig.ClaimHost }}" claim-host = "{{ .PlmntConfig.ClaimHost }}"
mqtt-tls = {{ .PlmntConfig.MqttTLS }} mqtt-tls = {{ .PlmntConfig.MqttTLS }}
issuer-host = {{ .IssuerHost }} issuer-host = "{{ .IssuerHost }}"
` `
// Config defines Planetmint's top level configuration // Config defines Planetmint's top level configuration