Document environment variable
This commit is contained in:
parent
030ebca2c1
commit
d8672139f5
4
main.go
4
main.go
@ -93,6 +93,10 @@ Example:
|
|||||||
port: 5412
|
port: 5412
|
||||||
authtoken: verysecretvaluehere
|
authtoken: verysecretvaluehere
|
||||||
address: 10.1.12.20
|
address: 10.1.12.20
|
||||||
|
|
||||||
|
Note that it is possible to set/override the authtoken by setting the NETGIV_AUTHTOKEN
|
||||||
|
environment variable. This may be preferable in some environments.
|
||||||
|
|
||||||
`)
|
`)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user