generated from pkg/go-template
feat :
This commit is contained in:
+3
-2
@@ -11,8 +11,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
EndPoints = "ENDPOINTS"
|
||||
EndAddress = "etcd." + env.Namespace + ":2379"
|
||||
EndPoints = "ENDPOINTS"
|
||||
//EndAddress = "etcd." + env.Namespace + ":2379"
|
||||
EndAddress = "127.0.0.1:2379"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user