This commit is contained in:
2022-01-19 19:39:04 +08:00
parent 61c2b8264d
commit ab78141e7d
36 changed files with 1939 additions and 211 deletions
+3 -2
View File
@@ -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 (