mirror of
https://github.com/c0mmando/hackliberty-conf.git
synced 2025-03-02 11:39:12 -05:00
23 lines
466 B
YAML
23 lines
466 B
YAML
![]() |
worker_app: synapse.app.generic_worker
|
||
|
worker_name: additional2
|
||
|
|
||
|
worker_replication_host: synapse
|
||
|
worker_replication_http_port: 9093
|
||
|
worker_main_http_uri: http://synapse:8008/
|
||
|
worker_replication_http_tls: true
|
||
|
worker_log_config: /data/log/additional2.yaml
|
||
|
|
||
|
worker_listeners:
|
||
|
|
||
|
- type: http
|
||
|
port: 8081
|
||
|
x_forwarded: true
|
||
|
resources:
|
||
|
- names: [client]
|
||
|
compress: false
|
||
|
|
||
|
- type: http
|
||
|
port: 8034
|
||
|
resources:
|
||
|
- names: [replication]
|