You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the email templates used for emails to users are stored in the database during a push to https://{{ middleware_vhost_name }}/management/configuration. Since these change only rarely, we are moving them to disk.
The templates are stored in /config/openconext
Default values are included in the repo and the tars, which can be overwritten during (Ansible) deployment
Templates on disk take precedence over the values in the database configuration
Empty or missing templates in the database or config-push do not trigger error messages or warnings
Currently, the email templates used for emails to users are stored in the database during a push to
https://{{ middleware_vhost_name }}/management/configuration. Since these change only rarely, we are moving them to disk.