Skip to content

Commit

Permalink
update example NB_NODES value (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Nov 15, 2023
1 parent 92d2190 commit b6a4b81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Please refer to our [**official documentation**](https://neurobagel.org/overview
## Launching the API
### 1. Set the Neurobagel nodes to federate over
Create an `.env` file with the variable `NB_NODES` set to the URLs of the nodes to be federated over.
The URLs should be stored as a **space-separated** string.
The URLs should be stored as a **space-separated, unquoted** string.
Each URL **must end with a `/`**.

e.g.,
```bash
NB_NODES="https://myfirstnode.org/ https://mysecondnode.org/"
NB_NODES=https://myfirstnode.org/ https://mysecondnode.org/
```

### 2. Run the Docker container
Expand Down

0 comments on commit b6a4b81

Please sign in to comment.