Skip to content

Commit

Permalink
Use /etc/confd as the default confdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Oct 17, 2013
1 parent baf5ef6 commit b029cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func InitConfig() error {
func setDefaults() {
config = Config{
Confd: confd{
ConfDir: "/etc/confd/conf.d",
ConfDir: "/etc/confd",
Interval: 600,
Prefix: "/",
EtcdNodes: []string{"http://127.0.0.1:4001"},
Expand Down

0 comments on commit b029cc9

Please sign in to comment.