updated configuration settings

Former-commit-id: d7156d493cae5ab5ee8b0d1e75bd0260f065da50
This commit is contained in:
Jeremy Long
2013-11-08 19:15:44 -05:00
parent 255c80953d
commit 415edd2265
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ AutoUpdate | If set to false the NVD CVE data is not automatically up
DataDirectory | The directory where dependency-check will store data used for analysis. Defaults to a folder called, called 'dependency-check-data', that is in the same directory as the dependency-check-ant jar file was installed in. *It is not recommended to change this.* | Optional
ProxyUrl | Defines the proxy used to connect to the Internet. | Optional
ProxyPort | Defines the port for the proxy. | Optional
ProxyUsername | Defines the proxy user name. | Optional
ProxyPassword | Defines the proxy password. | Optional
ConnectionTimeout | The connection timeout used when downloading data files from the Internet. | Optional

View File

@@ -11,3 +11,5 @@ format | The report format to be generated (HTML, XML, VULN, ALL).
connectionTimeout | The Connection Timeout. |
proxyUrl | The Proxy URL. |
proxyPort | The Proxy Port. |
proxyUsername | Defines the proxy user name. |
proxyPassword | Defines the proxy password. |