mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
372136d3a8
This has been the same as a generic_worker since #6964, so let's get rid of it. Fixes #3717
17 lines
405 B
YAML
17 lines
405 B
YAML
worker_app: synapse.app.generic_worker
|
|
worker_name: generic_worker1
|
|
|
|
# The replication listener on the main synapse process.
|
|
worker_replication_host: 127.0.0.1
|
|
worker_replication_http_port: 9093
|
|
|
|
worker_main_http_uri: http://localhost:8008/
|
|
|
|
worker_listeners:
|
|
- type: http
|
|
port: 8083
|
|
resources:
|
|
- names: [client, federation]
|
|
|
|
worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml
|