Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dubasdey authored Jan 23, 2019
1 parent e965886 commit fac369e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ public class Start {
config.setPassphrase(< your passphrase >);

ProxyConfig proxyConfig = new ProxyConfig();
proxyConfig.setHost("172.31.219.30");
proxyConfig.setHost("127.0.0.1");
proxyConfig.setPort(8080);
proxyConfig.setUser("xIS15817");
proxyConfig.setPass("Password03");
proxyConfig.setUser("myuser");
proxyConfig.setPass("mypassword");
config.setProxy(proxyConfig);

Client client = new RESTClient(config);
Expand Down

0 comments on commit fac369e

Please sign in to comment.