/
Undeadguy
/
synapse
Обзор
Документация
Войти
/
Undeadguy
/
synapse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
docker/conf-workers/shared.yaml.j2
23 строки
645 B
Jason Little
Unix Sockets for HTTP Replication (#15708)
11 июл 2023, 21:08
Не верифицирован
11 июл 2023, 21:08
224ef0b
Код
Авторство
О чём код?
# This file contains the base for the shared homeserver config file between Synapse workers, # as part of ./Dockerfile-workers. # configure_workers_and_start.py uses and amends to this file depending on the workers # that have been selected. {% if enable_redis %} redis: enabled: true {% if using_unix_sockets %} path: /tmp/redis.sock {% endif %} {% endif %} {% 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 }}