zio/stable
Brian Olson 2024-09-06 16:34:57 -04:00
parent 6d4ae3d719
commit eec93c4e74
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func run(args []string) {
Name: "ipcc-host", Name: "ipcc-host",
Usage: "scheme, hostname, and port of ipcc service", Usage: "scheme, hostname, and port of ipcc service",
Value: "https://localhost:8730", Value: "https://localhost:8730",
EnvVars: []string{"IPCC_HOST", "IPCC_HOST"}, EnvVars: []string{"IPCC_HOST"},
}, },
&cli.BoolFlag{ &cli.BoolFlag{
Name: "debug", Name: "debug",