1
0
Files
synapse/scripts-dev/workers_setup/homeserver.yaml.j2
Olivier Wilkinson (reivilibre) a0e699b301 STASH
2022-02-24 17:10:23 +00:00

43 lines
729 B
Django/Jinja
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
instance_map:
{% for worker in all_workers %}
{{ worker.name }}:
host: {{ worker.ip }}
port: 9090
{% endfor %}
stream_writers:
events:
{% for worker in all_workers %}
{% if worker.kind == "event_persister" %}
- {{ worker.name }}
{% endif %}
typing:
{% for worker in all_workers %}
{% if worker.kind == "typing" %}
- {{ worker.name }}
{% endif %}
start_pushers: false
pusher_instances:
{% if worker.kind == "pusher" %}
- {{ worker.name }}
{% endif %}
notify_appservices: False
federation_sender_instances:
{% if worker.kind == "federation_sender" %}
- {{ worker.name }}
{% endif %}
enable_media_repo: False
media_instance_running_background_jobs: "media1"
update_user_directory: False