mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {
 | |
| 	"Matrix": {
 | |
| 		"HomeserverDomainName": "{{ matrix_corporal_matrix_homeserver_domain_name }}",
 | |
| 		"HomeserverApiEndpoint": "{{ matrix_corporal_matrix_homeserver_api_endpoint }}",
 | |
| 		"AuthSharedSecret": "{{ matrix_corporal_matrix_auth_shared_secret }}",
 | |
| 		"RegistrationSharedSecret": "{{ matrix_corporal_matrix_registration_shared_secret }}",
 | |
| 		"TimeoutMilliseconds": {{ matrix_corporal_matrix_timeout_milliseconds }}
 | |
| 	},
 | |
| 
 | |
| 	"Reconciliation": {
 | |
| 		"UserId": "@{{ matrix_corporal_reconciliation_user_id_local_part }}:{{ matrix_domain }}",
 | |
| 		"RetryIntervalMilliseconds": {{ matrix_corporal_reconciliation_retry_interval_milliseconds }}
 | |
| 	},
 | |
| 
 | |
| 	"HttpGateway": {
 | |
| 		"ListenAddress": "0.0.0.0:41080",
 | |
| 		"TimeoutMilliseconds": {{ matrix_corporal_http_gateway_timeout_milliseconds }}
 | |
| 	},
 | |
| 
 | |
| 	"HttpApi": {
 | |
| 		"Enabled": {{ matrix_corporal_http_api_enabled|to_json }},
 | |
| 		"ListenAddress": "0.0.0.0:41081",
 | |
| 		"AuthorizationBearerToken": "{{ matrix_corporal_http_api_auth_token }}",
 | |
| 		"TimeoutMilliseconds": {{ matrix_corporal_http_api_timeout_milliseconds }}
 | |
| 	},
 | |
| 
 | |
| 	"PolicyProvider": {{ matrix_corporal_policy_provider_config }},
 | |
| 
 | |
| 	"Misc": {
 | |
| 		"Debug": {{ matrix_corporal_debug|to_json }}
 | |
| 	}
 | |
| }
 |