4
0
invoke/config/etcd.go
2025-04-27 14:10:45 +08:00

8 lines
92 B
Go

package config
import "os"
func Endpoint() string {
return os.Getenv("ETCD_ENDPOINTS")
}