[VIVO-1340] Fix links to documentation in runtime.properties (#98)
Resolves: https://jira.duraspace.org/browse/VIVO-1340
This commit is contained in:
parent
db07d321e5
commit
9580863285
1 changed files with 5 additions and 8 deletions
|
@ -7,6 +7,11 @@
|
|||
# Save a copy of this file as runtime.properties in your VIVO home directory,
|
||||
# and edit the properties as needed for your installation.
|
||||
#
|
||||
# For more information on specific properties, see the configuration reference
|
||||
# or installation options section of the technical documentation for the
|
||||
# version of VIVO you are running:
|
||||
# https://wiki.duraspace.org/display/VIVO/VIVO+Technical+Documentation
|
||||
#
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -295,8 +300,6 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
|||
#
|
||||
# When the following flag is set to enabled, the VIVO home page displays a
|
||||
# global map highlighting the geographical focus of foaf:person individuals.
|
||||
# For information on the maps, refer to this wiki page:
|
||||
# https://wiki.duraspace.org/x/c4XVAw
|
||||
#
|
||||
#homePage.geoFocusMaps=enabled
|
||||
|
||||
|
@ -306,9 +309,6 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
|||
# and a "quick" page view that emphasizes the individual's webpage presence.
|
||||
# Implementing this feature requires an installation to develop a web service
|
||||
# that captures images of web pages or to use an existing service outside of VIVO.
|
||||
#
|
||||
# For more information on implementing multiple profile pages, refer to this
|
||||
# wiki page: https://wiki.duraspace.org/x/doXVAw
|
||||
#
|
||||
#multiViews.profilePageTypes=enabled
|
||||
|
||||
|
@ -317,9 +317,6 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
|||
# Tell VIVO to generate HTTP headers on its responses to facilitate caching the
|
||||
# profile pages that it creates.
|
||||
#
|
||||
# For more information, see this wiki page:
|
||||
# https://wiki.duraspace.org/x/5sQQAg
|
||||
#
|
||||
# Developers will likely want to leave caching disabled, since a change to a
|
||||
# Freemarker template or to a Java class would not cause the page to be
|
||||
# considered stale.
|
||||
|
|
Loading…
Add table
Reference in a new issue