maykinmedia / open-api-framework

The Open API framework powers the open source registration components like Open Zaak en Open Klant.
MIT License
0 stars 0 forks source link

🔧 [open-zaak/open-zaak#1629] Add generic base settings file #19

Closed stevenbal closed 1 month ago

stevenbal commented 2 months ago

Related issue: https://github.com/open-zaak/open-zaak/issues/1629

A first attempt at making a generic base.py settings file. I used the settings from Open Zaak as a template and implemented it first in Objecttypes: https://github.com/maykinmedia/objecttypes-api/pull/102. This base.py will be extended as I add this to the other projects.

stevenbal commented 1 month ago

Could you add the list of env vars supported by this lib?

@annashamray I left this out of scope for this PR, I want to tackle this as part of https://github.com/open-zaak/open-zaak/issues/1649 by generating documentation from our usage of config(...) to avoid having to manually add this documentation for each component