VIVO-1614 - Update to allow the TPF API to be toggled via the runtime.properties. (#136)

* 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:
Ralph O'Flinn 2019-08-02 12:20:31 -05:00 committed by Andrew Woods
parent c0ad14b734
commit 0a08c2890d

View file

@ -374,3 +374,9 @@ Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Ro
http://xmlns.com/foaf/0.1/Organization, foaf:Organization; \ http://xmlns.com/foaf/0.1/Organization, foaf:Organization; \
http://xmlns.com/foaf/0.1/Person, foaf:Person; \ http://xmlns.com/foaf/0.1/Person, foaf:Person; \
http://purl.obolibrary.org/obo/IAO_0000030, obo:IAO_0000030 http://purl.obolibrary.org/obo/IAO_0000030, obo:IAO_0000030
# 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