Skip to content

Commit

Permalink
change sparql db endpoint to virtuoso and rm unnecessary activate
Browse files Browse the repository at this point in the history
  • Loading branch information
cl117 committed Sep 25, 2024
1 parent 2306015 commit 8107447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flask/docker/config-synbiohub.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"elasticsearch_index_name": "part",
"pagerank_tolerance": "0.0001",
"elasticsearch_endpoint": "http://elasticsearch:9200/",
"sparql_endpoint": "http://localhost:8890/sparql?",
"sparql_endpoint": "http://virtuoso:8890/sparql?",
"last_update_start": "none",
"last_update_end": "none",
"distributed_search": false,
Expand Down
1 change: 0 additions & 1 deletion flask/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

echo "Starting SBOLExplorer"
source ../../jammy/bin/activate
export FLASK_APP=explorer.py
export FLASK_ENV=development
flask run --host=0.0.0.0 --port=13162

0 comments on commit 8107447

Please sign in to comment.