Skip to content

Commit

Permalink
recommend to change NB_GRAPH_ROOT_HOST for GraphDB (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Oct 24, 2023
1 parent 3bda164 commit 8934e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Below are all the possible Neurobagel environment variables that can be set in `
```bash
NB_GRAPH_IMG=ontotext/graphdb:10.3.1
NB_GRAPH_ROOT_CONT=/opt/graphdb/home
NB_GRAPH_ROOT_HOST=~/graphdb-home # Or, replace with another directory on your own (host) system where you want to store the database files
NB_GRAPH_PORT=7200
NB_GRAPH_PORT_HOST=7200
NB_GRAPH_DB=repositories/my_db # For graphDB, this value should always take the format of: repositories/<your_database_name>
Expand Down

0 comments on commit 8934e8f

Please sign in to comment.