Add configuration description

This commit is contained in:
elbandi
2024-07-31 01:13:20 +02:00
parent a0ec4f24d6
commit 6043ced572
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ type Config struct {
EmbeddedLogFile string `long:"embedded_log_file" description:"Optional log file to use for embedded instance logs. note: use for testing only."` EmbeddedLogFile string `long:"embedded_log_file" description:"Optional log file to use for embedded instance logs. note: use for testing only."`
Host string `long:"host" description:"Etcd database host."` Host string `long:"host" description:"Etcd database host. Supports multiple hosts separated by a comma."`
User string `long:"user" description:"Etcd database user."` User string `long:"user" description:"Etcd database user."`

View File

@ -1374,7 +1374,7 @@
[etcd] [etcd]
; Etcd database host. ; Etcd database host. Supports multiple hosts separated by a comma.
; Default: ; Default:
; db.etcd.host= ; db.etcd.host=
; Example: ; Example: