From 37d7ec6b5218fd2177241b13928b91cd250f84bf Mon Sep 17 00:00:00 2001
From: Joe Littlejohn <joelittlejohn@gmail.com>
Date: Tue, 19 Feb 2013 20:37:57 +0000
Subject: [PATCH] Add docs for proxyUser/proxyPassword

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 9c20014..4a97f13 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ Usage
                 <logging>file</logging> <!-- optional (file|console|none), default console -->
                 <proxyHost>myproxy.company.com</proxyHost>  <!-- optional, default is none -->
                 <proxyPort>8080</proxyPort>  <!-- optional, default 80 -->
+                <proxyUser>joebloggs</proxyUser>  <!-- optional, default is none -->
+                <proxyPassword>pa55w0rd</proxyPassword>  <!-- optional, default is none -->
                 <bindIp>127.0.0.1</bindIp> <!-- optional, default is to listen on all interfaces -->
             </configuration>
         </execution>
-- 
GitLab