mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-24 19:35:16 +01:00
updated site documentation with new configuration options
Former-commit-id: 9d5b228f694707daf07a3b5da95f92d7d4044f23
This commit is contained in:
@@ -15,3 +15,10 @@ proxyUrl | The Proxy URL. |
|
|||||||
proxyPort | The Proxy Port. |
|
proxyPort | The Proxy Port. |
|
||||||
proxyUsername | Defines the proxy user name. |
|
proxyUsername | Defines the proxy user name. |
|
||||||
proxyPassword | Defines the proxy password. |
|
proxyPassword | Defines the proxy password. |
|
||||||
|
nexusAnalyzerEnabled | The connection timeout used when downloading data files from the Internet. |
|
||||||
|
nexusUrl | The connection timeout used when downloading data files from the Internet. |
|
||||||
|
databaseDriverName | The name of the database driver. Example: org.h2.Driver. |
|
||||||
|
databaseDriverPath | The path to the database driver JAR file; only used if the driver is not in the class path. |
|
||||||
|
connectionString | The connection string used to connect to the database. |
|
||||||
|
databaseUser | The username used when connecting to the database. |
|
||||||
|
databasePassword | The password used when connecting to the database. |
|
||||||
|
|||||||
Reference in New Issue
Block a user