Skip to content

Instantly share code, notes, and snippets.

@tatsuro-ueda
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatsuro-ueda/8725083 to your computer and use it in GitHub Desktop.
Save tatsuro-ueda/8725083 to your computer and use it in GitHub Desktop.
#
# 別のボックスを使う
#
# config.vm.box = "base"
config.vm.box = "sinatra-enabled-ubuntu"
#
# 環境を使い分ける
#
if IS_VIA_PROXY == true then
# vagrant-proxyconf プラグイン
config.proxy.http = "http://proxy.hogehoge.co.jp:8080/"
config.proxy.https = "http://proxy.hogehoge.co.jp:8080/"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment