Add configuration description

This commit is contained in:
elbandi 2024-07-31 01:13:20 +02:00
parent a0ec4f24d6
commit 6043ced572
No known key found for this signature in database
GPG Key ID: F47849B750B9FA84
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."`
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."`

View File

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