-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Default TAXA filter #3
Comments
By declaring environment variables for a Docker image, you also always have to provide a default value (which is set to 9682 as an example here). The Unipept Desktop app overwrites this value when setting up a new container, and this is expected to be overwritten by the user as well (by setting a Docker environment variable through the command line). If the user decides not to do this, the default value is used and can be seen as an example. |
I expected it to be set to |
We can switch this to 1 in the future :) |
The database Dockerfile hardcodes the TAXA filter to a single value: https://github.com/unipept/docker-images/blob/79bb532058e23f48fc8492811e51c37802525004/unipept-database/Dockerfile#L87C21-L87C21
Why was this done?
The text was updated successfully, but these errors were encountered: