Replace old default values for ENV variables #356
Labels
maint:refactor
Simplifying or restructuring existing code or documentation.
quick fix
Minimal planning and/or implementation work required.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
We have some old / outdated default values for unset ENV variables:
api/app/api/utility.py
Lines 26 to 32 in a17eda8
Specifically:
NB_GRAPH_ADDRESS
(should belocalhost
or something else) andNB_GRAPH_PORT
(should be7200
since GraphDB)This probably hasn't caused any issues because we deploy via docker-compose where these values are actively set to their correct defaults:
https://github.com/neurobagel/recipes/blob/7b8669530569a5e69f03b740d53373cafec4d1e8/docker-compose.yml#L11-L19
But we should change them anyhow.
The text was updated successfully, but these errors were encountered: