VIVO-1614 - Update to allow the TPF API to be toggled via the runtime.properties. (#127)
* Update to allow the TPF API to be toggled via the runtime.properties. Resolves: https://jira.duraspace.org/browse/VIVO-1614
This commit is contained in:
parent
1a2debe5c3
commit
b45d20c9e4
3 changed files with 36 additions and 2 deletions
|
@ -153,3 +153,8 @@ proxy.eligibleTypeList = http://www.w3.org/2002/07/owl#Thing
|
|||
# This should not be used with languages.forceLocale, which will override it.
|
||||
#
|
||||
# languages.selectableLocales = en, es, fr
|
||||
|
||||
# Triple pattern fragments is a very fast, very simple means for querying a triple store.
|
||||
# The triple pattern fragments API in VIVO puts little load on the server, providing a simple means for getting data from the triple store. The API has a web interface for manual use, can be used from the command line via curl, and can be used by programs.
|
||||
|
||||
# tpf.activeFlag = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue