You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
surchs opened this issue
Oct 16, 2024
· 1 comment
· Fixed by #400
Assignees
Labels
quick fixMinimal planning and/or implementation work required.refactorSimplifying or restructuring existing code or documentation.releasedThis issue/pull request has been released.
quick fixMinimal planning and/or implementation work required.refactorSimplifying or restructuring existing code or documentation.releasedThis issue/pull request has been released.
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: