Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit 873289e

Browse files
authored
docs: document the default data directory (#6484)
1 parent 5df22e2 commit 873289e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/site/markdown/dependency-check-gradle/configuration-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ nvd | datafeedUrl | The URL for the NVD API Data feed that can be
7070
nvd | datafeedUser | Credentials used for basic authentication for the NVD API Data feed. |   |
7171
nvd | datafeedPassword | Credentials used for basic authentication for the NVD API Data feed. |   |
7272
nvd | validForHours | The number of hours to wait before checking for new updates from the NVD. The default is 4 hours. | 4 |
73-
data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. |   |
73+
data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. | ~/.gradle/dependency-check-data/ |
7474
data | driver | The name of the database driver. Example: org.h2.Driver. |   |
7575
data | driverPath | The path to the database driver JAR file; only used if the driver is not in the class path. |   |
7676
data | connectionString | The connection string used to connect to the database. See using a [database server](../data/database.html). |   |

0 commit comments

Comments
 (0)