Closed tobias-kuendig closed 4 years ago
The cms.databaseTemplates setting allows to store theme data in the DB. To create proper ephemeral containers this setting should be configurable via an env variable.
cms.databaseTemplates
I have added the CMS_DATABASE_TEMPLATES variable to achieve this in this PR.
CMS_DATABASE_TEMPLATES
The
cms.databaseTemplates
setting allows to store theme data in the DB. To create proper ephemeral containers this setting should be configurable via an env variable.I have added the
CMS_DATABASE_TEMPLATES
variable to achieve this in this PR.