Skip to content

Commit

Permalink
link to passwords/security vars section in getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Jan 13, 2025
1 parent 4d26f80 commit b850cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ cd recipes
cp template.env .env
cp local_nb_nodes.template.json local_nb_nodes.json
```
3. Change `NB_API_QUERY_URL` in the `.env` file
3. Change the default credentials for your graph store (and optionally set any additional security variables as needed) following [these instructions](config.md#change-security-relevant-variables).

You **must** replace the placeholder value for `NB_API_QUERY_URL`in the `.env` file
4. Change the placeholder value of `NB_API_QUERY_URL` in the `.env` file

```bash
NB_API_QUERY_URL=http://XX.XX.XX.XX
```
with the URL address where the Neurobagel federation API will be accessed:
`http://XX.XX.XX.XX` must be replaced with the URL address where the Neurobagel federation API will be accessed:

- If you are deploying Neurobagel for yourself or deploying and trying the services **on your local machine only**,
you can use `NB_API_QUERY_URL=http://localhost:8080`, where `8080` is the [default host port for the federation API](./config.md#environment-variables).
Expand Down

0 comments on commit b850cf7

Please sign in to comment.