We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
localhost
NB_GRAPH_PORT
7200
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:
root_path
alyssadai
Successfully merging a pull request may close this issue.
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: