plone / cookiecutter-zope-instance

It bakes configuration for Zope 5
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Adding extra environment variables has no effect #17

Closed oggers closed 6 months ago

oggers commented 6 months ago

I'm trying to add extra environment variables in instance.yaml, but they are not rendered in instance/etc/zope.conf. Only changes in the values of the 2 default variables (zope_i18n_compile_mo_files, CHAMELEON_CACHE) are rendered.

How am I supposed to include new environment variables?

jensens commented 6 months ago

see #15

oggers commented 6 months ago

Oh I see, it's a bug in cookiecutter itself.

I didn't relate the other issue at first sight.

jensens commented 6 months ago

I fixed it in cookiecutter (and a few seconds ago I fixed a test coverage glitch there), waiting now for review/merge and release.