Last active
August 29, 2015 13:55
-
-
Save tatsuro-ueda/8725083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 別のボックスを使う | |
# | |
# 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