Skip to content

Commit

Permalink
Use etcdv3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Oct 7, 2018
1 parent eb096b7 commit ebaefc4
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 @@ -72,7 +72,7 @@ func DefaultConfig() *Config {
NodeName: hostname,
BindAddr: fmt.Sprintf("0.0.0.0:%d", DefaultBindPort),
HTTPAddr: ":8080",
Backend: "etcd",
Backend: "etcdv3",
BackendMachines: []string{"127.0.0.1:2379"},
Profile: "lan",
Keyspace: "dkron",
Expand Down

0 comments on commit ebaefc4

Please sign in to comment.