1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-21 05:41:31 +00:00

Change config overwrites.json path

This commit is contained in:
FreddleSpl0it
2025-05-30 19:59:54 +02:00
parent a6e13daa8c
commit bc11aed753
8 changed files with 11 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ class BootstrapDovecot(BootstrapBase):
"RAND_PASS2": self.rand_pass(),
"ENV_VARS": dict(os.environ)
}
self.env_vars = self.prepare_template_vars('/overwrites.json', extra_vars)
self.env_vars = self.prepare_template_vars('/service_config/overwrites.json', extra_vars)
# Escape DBPASS
self.env_vars['DBPASS'] = self.env_vars['DBPASS'].replace('"', r'\"')
# Set custom filters