NIHVIVO-1584 documentation changes for new DB-related deploy properties
This commit is contained in:
parent
6defdf1784
commit
94e89060ba
2 changed files with 54 additions and 12 deletions
|
@ -72,12 +72,11 @@ VitroConnection.DataSource.username = vitrodbUsername
|
|||
VitroConnection.DataSource.password = vitrodbPassword
|
||||
|
||||
#
|
||||
# Parameters to change in order to use VIVO with a database other than
|
||||
# MySQL.
|
||||
# The Jena triple store technology to use. SDB is Jena's SPARQL database;
|
||||
# this setting allows RDF data to scale beyond the limits of the JVM heap.
|
||||
# Set to RDB to use the older Jena RDB store with in-memory caching.
|
||||
#
|
||||
VitroConnection.DataSource.dbtype = MySQL
|
||||
VitroConnection.DataSource.driver = com.mysql.jdbc.Driver
|
||||
VitroConnection.DataSource.validationQuery = SELECT 1
|
||||
VitroConnection.DataSource.tripleStoreType = SDB
|
||||
|
||||
#
|
||||
# The maximum number of active connections in the database connection pool.
|
||||
|
@ -95,11 +94,12 @@ VitroConnection.DataSource.pool.maxActive = 40
|
|||
VitroConnection.DataSource.pool.maxIdle = 10
|
||||
|
||||
#
|
||||
# The Jena triple store technology to use. SDB is Jena's SPARQL database;
|
||||
# this setting allows RDF data to scale beyond the limits of the JVM heap.
|
||||
# Set to RDB to use the older Jena RDB store with in-memory caching.
|
||||
# Parameters to change in order to use VIVO with a database other than
|
||||
# MySQL.
|
||||
#
|
||||
VitroConnection.DataSource.tripleStoreType = SDB
|
||||
VitroConnection.DataSource.dbtype = MySQL
|
||||
VitroConnection.DataSource.driver = com.mysql.jdbc.Driver
|
||||
VitroConnection.DataSource.validationQuery = SELECT 1
|
||||
|
||||
#
|
||||
# The name of your first admin user for the VIVO application. The password for
|
||||
|
@ -133,4 +133,4 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
|||
# In absence of this parameter a SPARQL query will be fired which will attempt to
|
||||
# provide a top level organization.
|
||||
|
||||
# visualization.topLevelOrg = http://vivo-trunk.indiana.edu/individual/topLevelOrgURI
|
||||
# visualization.topLevelOrg = http://vivo-trunk.indiana.edu/individual/topLevelOrgURI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue