mirror of
https://github.com/c0mmando/hackliberty-conf.git
synced 2024-10-01 05:05:41 -04:00
16 lines
366 B
YAML
Executable File
16 lines
366 B
YAML
Executable File
worker_app: synapse.app.generic_worker
|
|
worker_name: sync4
|
|
|
|
worker_replication_host: synapse
|
|
worker_replication_http_port: 9093
|
|
worker_replication_http_tls: true
|
|
worker_main_http_uri: http://synapse:8008/
|
|
|
|
worker_log_config: /data/log/sync4.yaml
|
|
|
|
worker_listeners:
|
|
- type: http
|
|
port: 8081
|
|
x_forwarded: true
|
|
resources:
|
|
- names: [client, federation] |