4 lines
128 B
Bash
4 lines
128 B
Bash
#export GOVC_URL="https://xxxx.yyyy.zz/"
|
|
export GOVC_USERNAME="username"
|
|
export GOVC_PASSWORD="password"
|
|
export GOVC_INSECURE=1
|