Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. systemProp.http.proxyHost=my.company.domain
  2. systemProp.http.proxyPort=8080
  3. systemProp.http.proxyUser=username
  4. systemProp.http.proxyPassword=password
  5.  
  6. systemProp.https.proxyHost=my.company.domain
  7. systemProp.https.proxyPort=8080
  8. systemProp.https.proxyUser=username
  9. systemProp.https.proxyPassword=password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement