mirror of
https://github.com/c0mmando/hackliberty-conf.git
synced 2024-12-12 01:14:39 -05:00
15 lines
301 B
YAML
15 lines
301 B
YAML
|
worker_app: synapse.app.generic_worker
|
||
|
worker_name: worker4
|
||
|
worker_main_http_uri: http://synapse:8008/
|
||
|
worker_log_config: /data/log/worker4.yaml
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: http
|
||
|
port: 8083
|
||
|
x_forwarded: true
|
||
|
resources:
|
||
|
- names: [client, federation]
|
||
|
|
||
|
- type: metrics
|
||
|
port: 9000
|