rename envvar to REVA_GATEWAY

This commit is contained in:
jkoberg
2021-10-07 15:16:19 +02:00
parent c797f1c192
commit 3a7b7c932c
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
Name: "reva-gateway-addr",
Value: flags.OverrideDefaultString(cfg.Reva.Address, "127.0.0.1:9142"),
Usage: "Address of REVA gateway endpoint",
EnvVars: []string{"REVA_GATEWAY_ADDR"},
EnvVars: []string{"REVA_GATEWAY"},
Destination: &cfg.Reva.Address,
},
&cli.StringFlag{