Add important non-VAGRANT_ prefixed environment variables
This commit is contained in:
parent
1bdde30a02
commit
fccc68a471
|
@ -14,6 +14,33 @@ Vagrant has a set of environmental variables that can be used to
|
||||||
configure and control it in a global way. This page lists those environmental
|
configure and control it in a global way. This page lists those environmental
|
||||||
variables.
|
variables.
|
||||||
|
|
||||||
|
## CFLAGS
|
||||||
|
|
||||||
|
If set the contents of this environment variable will be appended to the
|
||||||
|
value generated by the Vagrant launcher.
|
||||||
|
|
||||||
|
## CPPFLAGS
|
||||||
|
|
||||||
|
If set the contents of this environment variable will be appended to the
|
||||||
|
value generated by the Vagrant launcher.
|
||||||
|
|
||||||
|
## CURL_CA_BUNDLE
|
||||||
|
|
||||||
|
If set this environment variable will be passed through to the Vagrant
|
||||||
|
process. By default Vagrant will use the CA certificate included with
|
||||||
|
the Vagrant installation.
|
||||||
|
|
||||||
|
## LDFLAGS
|
||||||
|
|
||||||
|
If set the contents of this environment variable will be appended to the
|
||||||
|
value generated by the Vagrant launcher.
|
||||||
|
|
||||||
|
## SSL_CERT_FILE
|
||||||
|
|
||||||
|
If set this environment variable will be passed through to the Vagrant
|
||||||
|
process. By default Vagrant will use the CA certificate included with
|
||||||
|
the Vagrant installation.
|
||||||
|
|
||||||
## `VAGRANT_ALIAS_FILE`
|
## `VAGRANT_ALIAS_FILE`
|
||||||
|
|
||||||
`VAGRANT_ALIAS_FILE` can be set to change the file where Vagrant aliases are
|
`VAGRANT_ALIAS_FILE` can be set to change the file where Vagrant aliases are
|
||||||
|
|
Loading…
Reference in New Issue