diff options
Diffstat (limited to 'gn3/settings.py')
-rw-r--r-- | gn3/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 5fec562..1de4d27 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -15,6 +15,9 @@ RQTL_WRAPPER = "rqtl_wrapper.R" # SPARQL endpoint SPARQL_ENDPOINT = "http://localhost:8891/sparql" +# LMDB path +LMDB_PATH = os.environ.get( + "LMDB_PATH", f"{os.environ.get('HOME')}/tmp/dataset") # SQL confs SQL_URI = os.environ.get( |