mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	This commit adds copyright attributions in SPDX format to the files for matrix-bridge-wechat following REUSE's specification. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
		
			
				
	
	
		
			20 lines
		
	
	
		
			333 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			333 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {#
 | |
| SPDX-FileCopyrightText: 2024 Slavi Pantaleev
 | |
| 
 | |
| SPDX-License-Identifier: AGPL-3.0-or-later
 | |
| #}
 | |
| 
 | |
| wechat:
 | |
|   version: 3.8.1.26
 | |
|   listen_port: 22222
 | |
|   init_timeout: 10s
 | |
|   request_timeout: 30s
 | |
| 
 | |
| service:
 | |
|   addr: ws://matrix-wechat:20002
 | |
|   secret: {{ matrix_wechat_bridge_listen_secret | to_json }}
 | |
|   ping_interval: 30s
 | |
| 
 | |
| log:
 | |
|   level: info
 |