diff --git a/discovery/bootstrap/bootstrap.go b/discovery/bootstrap/bootstrap.go index 2e5378e..bb73f12 100644 --- a/discovery/bootstrap/bootstrap.go +++ b/discovery/bootstrap/bootstrap.go @@ -11,7 +11,7 @@ import ( ) func init() { - paramA := flag.String("conf", "/overflow/collector", "Config file path") + paramA := flag.String("conf", "./discovery/bin/collector.yaml", "Config file path") //paramB := flag.Int("b", 1, "int type param") //paramC := flag.Bool("c", false, "bool type param") flag.Parse()