Skip to content

Commit

Permalink
Update config-synbiohub.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers authored Sep 11, 2024
1 parent 48f700e commit d989c97
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions flask/docker/config-synbiohub.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d989c97

Please sign in to comment.