mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			536 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			536 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {
 | |
|     "default_hs_url": "{{ matrix_homeserver_url }}",
 | |
|     "default_is_url": "{{ matrix_identity_server_url }}",
 | |
|     "disable_custom_urls": true,
 | |
|     "disable_guests": false,
 | |
|     "brand": "Riot",
 | |
|     "integrations_ui_url": "https://scalar.vector.im/",
 | |
|     "integrations_rest_url": "https://scalar.vector.im/api",
 | |
|     "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
 | |
|     "enableLabs": true,
 | |
|     "roomDirectory": {
 | |
|         "servers": [
 | |
|             "matrix.org"
 | |
|         ]
 | |
|     },
 | |
|     "welcomeUserId": "@riot-bot:matrix.org"
 | |
| } |