Skip to content

Commit

Permalink
[ENH] Added NB_FEDERATE_REMOTE_PUBLIC_NODES env var (#61)
Browse files Browse the repository at this point in the history
* Added `NB_FEDERATE_REMOTE_PUBLIC_NODES` env var

* Update docs/neurobagel_environment_variables.tsv

Co-authored-by: Sebastian Urchs <[email protected]>

---------

Co-authored-by: Sebastian Urchs <[email protected]>
  • Loading branch information
rmanaem and surchs authored May 29, 2024
1 parent 5aad661 commit 053b9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/neurobagel_environment_variables.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Environment variable Set manually in .env? Description Default value if not set
`NB_GRAPH_PORT_HOST` No Port number on the _host machine_ to map the graph server container port to `7200` Docker
`NB_GRAPH_PORT` No Port number used by the _graph server container_ `7200` * Docker, Python
`NB_QUERY_TAG` No Docker image tag for the query tool `latest` Docker
`NB_QUERY_PORT_HOST` No Port number used by the `query_tool` on the host machine `3000` Docker
`NB_QUERY_PORT_HOST` No Port number used by the `query_tool` on the host machine `3000` Docker
`NB_FEDERATE_REMOTE_PUBLIC_NODES` Yes If "True", include public nodes in federation `true` Docker, Python
1 change: 1 addition & 0 deletions template.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ NB_RETURN_AGG=true
# NB_FAPI_PORT_HOST=8080
# NB_FAPI_PORT=8000
# NB_FAPI_TAG=latest
# NB_FEDERATE_REMOTE_PUBLIC_NODES=True
# ---------------------------------

# ---- CONFIGURATION FOR QUERY TOOL ----
Expand Down

0 comments on commit 053b9fd

Please sign in to comment.