mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			400 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			400 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {
 | |
| 	"push": {{ matrix_client_hydrogen_push | to_json }},
 | |
| 	"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
 | |
| 	"bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
 | |
| 	"themeManifests": [
 | |
| 		"{{ matrix_client_hydrogen_path_prefix }}assets/theme-element.json"
 | |
| 	],
 | |
| 	"defaultTheme": {
 | |
| 		"light": "element-light",
 | |
| 		"dark": "element-dark"
 | |
| 	}
 | |
| }
 |