Created
March 10, 2016 15:01
-
-
Save andrealmar/744e02d247335f0a8d6f 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
#This are the proxy settings we use for activator | |
# Multiple proxy hosts can be used by separating them with a '|' sign | |
# Do not enclose the proxy host(s) in quotes | |
-Dhttp.proxyHost=99.99.99.99 - your proxy IP/host | |
-Dhttp.proxyPort=82 - your proxy PORT | |
-Dhttps.proxyHost=99.99.99.99 - your proxy IP/host | |
-Dhttps.proxyPort=82 - your proxy PORT | |
# Here we configure the hosts which should not go through the proxy. You should include your private network, if applicable. | |
-Dhttp.nonProxyHosts="localhost|127.0.0.1" | |
# These are commented out, but if you need to use authentication for your proxy, please fill these out. | |
-Dhttp.proxyUser=your network/proxy user | |
-Dhttp.proxyPassword=your network/proxy password | |
-Dactivator.timeout=20s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment