From 0a08c2890d570a0168d5b01fc5fd40ad008fca33 Mon Sep 17 00:00:00 2001 From: Ralph O'Flinn Date: Fri, 2 Aug 2019 12:20:31 -0500 Subject: [PATCH] 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 --- home/src/main/resources/config/example.runtime.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 03561d66..af7459a3 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -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/Person, foaf:Person; \ 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