Created
August 11, 2016 12:47
-
-
Save boniface/e6b280456ddc7c8f19dc1b90c45accdb to your computer and use it in GitHub Desktop.
SBT Proxy
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
-XX:MaxPermSize=384M | |
-Dhttps.proxyHost=10.18.8.9 | |
-Dhttps.proxyPort=3128 | |
-Dhttps.proxyUser=user | |
-Dhttps.proxyPassword=pass | |
-Dhttp.proxyHost=10.18.8.9 | |
-Dhttp.proxyPort=3128 | |
-Dhttp.proxyUser=user | |
-Dhttp.proxyPassword=passwd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment