-
Notifications
You must be signed in to change notification settings - Fork 8
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
📝 [open-zaak/open-zaak#1649] Document envvars #174
Conversation
**Docker** | ||
|
||
Additionally, the following optional envvars MUST be set/changed when running | ||
on Docker, since ``localhost`` is contained within the container: | ||
|
||
* ``CACHE_DEFAULT`` | ||
* ``CACHE_AXES`` | ||
* ``EMAIL_HOST`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should probably look into a way to restore this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added these variables to the required
group and explained that they are required for docker in the help text: maykinmedia/open-api-framework#62
eabfc87
to
341c947
Compare
replace the manual envvar docs with OAf `generate_envvar_docs`, this ensure that generic envvars that are used by every component are documented centrally in OAF and custom envvars can be documented in the code where they are declared
341c947
to
12ad3cc
Compare
Fixes open-zaak/open-zaak#1649 partially
Changes