diff --git a/config/etcd.go b/config/etcd.go new file mode 100644 index 0000000..6cc830d --- /dev/null +++ b/config/etcd.go @@ -0,0 +1,7 @@ +package config + +import "os" + +func Endpoint() string { + return os.Getenv("ETCD_ENDPOINTS") +}