-
Notifications
You must be signed in to change notification settings - Fork 59
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
Documentation - Create overview of all environment variables #3973
Comments
This section has been there for quite some time now |
We should look into scripting to add to the CI that collects possible env-vars. Maybe someone has already made something like that. |
Most of our configuration parameters can be configured via environment variables, because they're implemented via For Rocky it's a bit more complicated, since it's a configuration module with constants mixed with Django-related settings and our own (environment) variables. We could document them with e.g. docstrings (probably Sphinx-format style?), but we'd still need to explicitly indicate that these are environment variables. I'm still looking for an alternative solution |
The problem is mainly that we do not have descriptions for any of the environment variables here. I'd very much like to see that changed that each variable has an explanatory description of how it can be used and what it affects are. |
Descriptions are available when you click on any of the attributes (e.g. |
Describe the issue
There is currently no overview in the docs on what environment variables can be used and what each variable does.
The text was updated successfully, but these errors were encountered: