mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
Fix missing quotes
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
0c8a01f16a
commit
ec77832ca1
@ -23,7 +23,7 @@ pop-epochs = {{ .PlmntConfig.PoPEpochs }}
|
||||
issuance-endpoint = "{{ .PlmntConfig.IssuanceEndpoint }}"
|
||||
issuance-port = {{ .PlmntConfig.IssuancePort }}
|
||||
mint-address = "{{ .PlmntConfig.MintAddress }}"
|
||||
issuance-service-dir = {{ .PlmntConfig.IssuanceServiceDir }}
|
||||
issuance-service-dir = "{{ .PlmntConfig.IssuanceServiceDir }}"
|
||||
`
|
||||
|
||||
// Config defines Planetmint's top level configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user