NIHVIVO-3664 change to example.deploy.properties for language filter
This commit is contained in:
parent
dd82f54424
commit
219b3104cd
1 changed files with 21 additions and 0 deletions
|
@ -115,6 +115,21 @@ VitroConnection.DataSource.dbtype = MySQL
|
|||
VitroConnection.DataSource.driver = com.mysql.jdbc.Driver
|
||||
VitroConnection.DataSource.validationQuery = SELECT 1
|
||||
|
||||
#
|
||||
# Optional URI of a SPARQL endpoint from which VIVO should display data.
|
||||
# If set, VIVO will use this endpoint as its triple store instead of the
|
||||
# SDB database.
|
||||
#
|
||||
#VitroConnection.DataSource.endpointURI =
|
||||
|
||||
#
|
||||
# Optional URI to use for modifying the above endpoint via SPARQL UPDATE.
|
||||
# This setting is only necessary if the endpoint does not support updates via
|
||||
# its main URI. (This may be done for access control purposes.)
|
||||
# If the endpointURI above is not set, this setting has no effect.
|
||||
#
|
||||
#VitroConnection.DataSource.updateEndpointURI =
|
||||
|
||||
#
|
||||
# The email address of the root user for the VIVO application. The password
|
||||
# for this user is initially set to "rootPassword", but you will be asked to
|
||||
|
@ -210,3 +225,9 @@ proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf
|
|||
# Only set sandbox to True for dev/test environments. Comment out or set to False in production
|
||||
#
|
||||
#OpenSocial.sandbox = True
|
||||
|
||||
#
|
||||
# Show only the most appropriate data values based on the Accept-Language
|
||||
# header supplied by the browser. Default is true if not set.
|
||||
#
|
||||
RDFService.languageFilter = true
|
||||
|
|
Loading…
Add table
Reference in a new issue