Skip to content
John Bellone edited this page Feb 11, 2014 · 2 revisions

In a corporate environment it may be necessary to set multiple proxies each for a different service. In this particular case the best solution that I have been able to find is to use an environment file loaded up with the dotenv plugin. This file can be setup to use the environment variable values from the runtime shell, e.g. the bash shell that you're executing the vagrant commands from.

https://gist.github.com/johnbellone/8599636

Clone this wiki locally