mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-10-31 16:21:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			381 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			381 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_listeners:
 | |
|   - type: http
 | |
|     port: 8083
 | |
|     x_forwarded: true
 | |
|     resources:
 | |
|       - names: [client, federation]
 | |
| 
 | |
| worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml
 |