Skip to content

Commit

Permalink
Encrypt key config param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 18, 2018
1 parent 8cb0782 commit 747350d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Config struct {
KeyringFile string `mapstructure:"keyring-file"`
RejoinAfterLeave bool `mapstructure:"rejoin-after-leave"`
Server bool
EncryptKey string `mapstructure:"encrypt-key"`
EncryptKey string `mapstructure:"encrypt"`
StartJoin []string `mapstructure:"join"`
Keyspace string
RPCPort int `mapstructure:"rpc-port"`
Expand Down

0 comments on commit 747350d

Please sign in to comment.