Skip to content

Commit

Permalink
Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Aug 24, 2018
1 parent a96224f commit d4d8bd8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ type Config struct {
BackendMachines []string `mapstructure:"backend-machine"`
Profile string
Interface string
AdvertiseAddr string `mapstructure:"advertise-addr"`
Tags map[string]string
SnapshotPath string `mapstructure:"snapshot-path"`
ReconnectInterval time.Duration `mapstructure:"reconnect-interval"`
ReconnectTimeout time.Duration `mapstructure:"reconnect-timeout"`
TombstoneTimeout time.Duration `mapstructure:"tombstone-timeout"`
DisableNameResolution bool `mapstructure:"disable-name-resolution"`
KeyringFile string `mapstructure:"keyring-file"`
RejoinAfterLeave bool `mapstructure:"rejoin-after-leave"`
AdvertiseAddr string `mapstructure:"advertise-addr"`
Tags map[string]string `mapstructure:"tags"`
SnapshotPath string `mapstructure:"snapshot-path"`
ReconnectInterval time.Duration `mapstructure:"reconnect-interval"`
ReconnectTimeout time.Duration `mapstructure:"reconnect-timeout"`
TombstoneTimeout time.Duration `mapstructure:"tombstone-timeout"`
DisableNameResolution bool `mapstructure:"disable-name-resolution"`
KeyringFile string `mapstructure:"keyring-file"`
RejoinAfterLeave bool `mapstructure:"rejoin-after-leave"`
Server bool
EncryptKey string `mapstructure:"encrypt-key"`
StartJoin []string `mapstructure:"start-join"`
Expand Down

0 comments on commit d4d8bd8

Please sign in to comment.