mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-16 08:22:42 +00:00
fixup: Add SYNAPSE_CONFIG_TEMPLATE_DIR env var
This commit is contained in:
@@ -1118,7 +1118,7 @@ def main(args: List[str], environ: MutableMapping[str, str]) -> None:
|
||||
# Always regenerate all other config files
|
||||
log("Generating worker config files")
|
||||
generate_worker_files(
|
||||
environ, config_path, data_dir, template_dir, requested_worker_types
|
||||
environ, config_dir, config_path, data_dir, template_dir, requested_worker_types
|
||||
)
|
||||
|
||||
# Mark workers as being configured
|
||||
|
||||
Reference in New Issue
Block a user