From d989c97e0dde3ed5f759b529abe68d7ab515584a Mon Sep 17 00:00:00 2001 From: cjmyers Date: Wed, 11 Sep 2024 17:03:06 -0600 Subject: [PATCH] Update config-synbiohub.json --- flask/docker/config-synbiohub.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/flask/docker/config-synbiohub.json b/flask/docker/config-synbiohub.json index 1ecfca0..ceceb42 100644 --- a/flask/docker/config-synbiohub.json +++ b/flask/docker/config-synbiohub.json @@ -1,10 +1,13 @@ { - "distributed_search": true, - "elasticsearch_endpoint": "http://elasticsearch:9200/", - "elasticsearch_index_name": "part", - "pagerank_tolerance": "0.0001", - "sparql_endpoint": "http://virtuoso:8890/sparql?", - "synbiohub_public_graph": "https://synbiohub.utah.edu/public", - "uclust_identity": "0.8" + "uclust_identity": "0.8", + "elasticsearch_index_name": "part", + "pagerank_tolerance": "0.0001", + "elasticsearch_endpoint": "http://elasticsearch:9200/", + "sparql_endpoint": "http://localhost:8890/sparql?", + "last_update_start": "none", + "last_update_end": "none", + "distributed_search": false, + "which_search": "vsearch", + "autoUpdateIndex": false, + "updateTimeInDays": "1" } -