Include env variable for influx server

Signed-off-by: Chris Goller <goller@gmail.com>
pull/10616/head
Andrew Watkins 2016-09-22 14:20:40 -07:00 committed by Chris Goller
parent 0f9cb6aef7
commit 05f4801bf6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var devFlags = struct {
}{}
var influxFlags = struct {
Server string `short:"s" long:"server" description:"Full URL of InfluxDB server (http://localhost:8086)"`
Server string `short:"s" long:"server" description:"Full URL of InfluxDB server (http://localhost:8086)" env:"INFLUX_HOST"`
}{}
func configureFlags(api *operations.MrFusionAPI) {