13 lines
297 B
YAML
13 lines
297 B
YAML
worker_app: synapse.app.user_dir
|
|
worker_name: user_dir
|
|
|
|
# The replication listener on the main synapse process.
|
|
worker_replication_host: 127.0.0.1
|
|
worker_replication_http_port: 9093
|
|
|
|
worker_listeners:
|
|
- type: http
|
|
port: 8084
|
|
resources: []
|
|
|
|
worker_log_config: /conf/workers/user_dir_log.yaml |