fix: etcd address
continuous-integration/drone Build is passing Details

master
icechen 2022-01-11 14:43:13 +08:00
parent baa0eb8db2
commit d47feba0ba
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
const ( const (
EndPoints = "ENDPOINTS" EndPoints = "ENDPOINTS"
EndAddress = "etcd1:2379" EndAddress = "etcd:2379"
) )
var ( var (