this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

palomar: fix default ES instance

+2 -2
+2 -2
cmd/palomar/main.go
··· 54 54 }, 55 55 &cli.StringFlag{ 56 56 Name: "elastic-hosts", 57 - Usage: "elasticsearch hosts", 58 - Value: "localhost:9200", 57 + Usage: "elasticsearch hosts (schema/host/port)", 58 + Value: "http://localhost:9200", 59 59 EnvVars: []string{"ES_HOSTS", "ELASTIC_HOSTS"}, 60 60 }, 61 61 &cli.StringFlag{