From bda6668f00ba8ffa052267859148acb3e1343a0f Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 15 Oct 2015 09:36:48 -0700 Subject: [PATCH] config: add wal_dir into etcd2.go --- config/etcd2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/etcd2.go b/config/etcd2.go index efeb0e8..4070800 100644 --- a/config/etcd2.go +++ b/config/etcd2.go @@ -53,4 +53,5 @@ type Etcd2 struct { ProxyWriteTimeout int `yaml:"proxy_write_timeout" env:"ETCD_PROXY_WRITE_TIMEOUT"` SnapshotCount int `yaml:"snapshot_count" env:"ETCD_SNAPSHOT_COUNT"` TrustedCAFile string `yaml:"trusted_ca_file" env:"ETCD_TRUSTED_CA_FILE"` + WalDir string `yaml:"wal_dir" env:"ETCD_WAL_DIR"` }