mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-20 21:14:49 -04:00
Support registering Application Services when running with workers under Complement. (#12826)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
parent
444588c5fc
commit
67aae05ece
4 changed files with 31 additions and 1 deletions
|
@ -6,4 +6,13 @@
|
|||
redis:
|
||||
enabled: true
|
||||
|
||||
{{ shared_worker_config }}
|
||||
{% if appservice_registrations is not none %}
|
||||
## Application Services ##
|
||||
# A list of application service config files to use.
|
||||
app_service_config_files:
|
||||
{%- for path in appservice_registrations %}
|
||||
- "{{ path }}"
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
{{ shared_worker_config }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue