From 8934e8ff4d5f20b3d14e21a595e9067801a4143a Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Mon, 23 Oct 2023 21:23:19 -0400 Subject: [PATCH] recommend to change NB_GRAPH_ROOT_HOST for GraphDB (#113) --- docs/infrastructure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index 7e935381..d452f24d 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -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/