added data.file_name and data.version

Former-commit-id: 6f33c306170f96f344bb85aa7820cc94cd4d5eeb
This commit is contained in:
Jeremy Long
2014-07-19 07:36:16 -04:00
parent ff346dc429
commit 226b2482b1

View File

@@ -13,6 +13,8 @@ max.download.threads=3
# will not be used. The data.directory will be resolved and if the connection string
# below contains a %s then the data.directory will replace the %s.
data.directory=[JAR]/data
data.file_name=cve.%s.h2.db
data.version=2.9
data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON;
#data.connection_string=jdbc:h2:file:%s;AUTO_SERVER=TRUE;AUTOCOMMIT=ON;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck