diff --git a/pkg/etcd/etcd.go b/pkg/etcd/etcd.go index fb3fffc..ce8d8a5 100644 --- a/pkg/etcd/etcd.go +++ b/pkg/etcd/etcd.go @@ -12,7 +12,7 @@ import ( const ( EndPoints = "ENDPOINTS" - EndAddress = "etcd1:2379" + EndAddress = "etcd:2379" ) var (