Fix typo for proxy
This commit is contained in:
parent
bea092f082
commit
e25ab9f4ca
@ -108,7 +108,7 @@ func Proxy(service string, address []string) (string, []string, bool) {
|
|||||||
hasProxy = true
|
hasProxy = true
|
||||||
}
|
}
|
||||||
|
|
||||||
if prx := os.Getenv("MICRO_NEWORK_ADDRESS"); len(prx) > 0 {
|
if prx := os.Getenv("MICRO_NETWORK_ADDRESS"); len(prx) > 0 {
|
||||||
address = []string{prx}
|
address = []string{prx}
|
||||||
hasProxy = true
|
hasProxy = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user