Skip to content

Commit d963a7f

Browse files
author
Frederic Mercier
committed
minor change
1 parent c42e25f commit d963a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export HTTPS_PROXY="http://userName:yourPassword@yourProxyURL:port"
302302
The solution is to define the hostname, port, username and password of the proxy as JVM parameters:
303303
```
304304
-Dhttps.proxyHost=<hostname>
305-
-Dhttps.proxyPort=<<port>>
305+
-Dhttps.proxyPort=<port>
306306
-Dhttps.proxyUser=<username>
307307
-Dhttps.proxyPassword=<password>
308308
```

0 commit comments

Comments
 (0)