mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Rename variable (matrix_riot_web_default_identity_server_url -> matrix_identity_server_url)
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
			
		||||
The following playbook variables were renamed:
 | 
			
		||||
 | 
			
		||||
- from `matrix_nginx_riot_web_data_path` to `matrix_riot_web_data_path`
 | 
			
		||||
- from `matrix_riot_web_default_identity_server_url` to `matrix_identity_server_url`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# 2018-09-07
 | 
			
		||||
 
 | 
			
		||||
@@ -217,7 +217,8 @@ matrix_corporal_debug: false
 | 
			
		||||
# you may wish to disable this.
 | 
			
		||||
matrix_riot_web_enabled: true
 | 
			
		||||
 | 
			
		||||
matrix_riot_web_default_identity_server_url: "https://{{ matrix_synapse_trusted_third_party_id_servers[0] }}"
 | 
			
		||||
matrix_homeserver_url: "https://{{ hostname_matrix }}"
 | 
			
		||||
matrix_identity_server_url: "https://{{ matrix_synapse_trusted_third_party_id_servers[0] }}"
 | 
			
		||||
 | 
			
		||||
# Matrix mautrix is a Matrix <-> Telegram bridge
 | 
			
		||||
# Enable telegram bridge
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "default_hs_url": "https://{{ hostname_matrix }}",
 | 
			
		||||
    "default_is_url": "{{ matrix_riot_web_default_identity_server_url }}",
 | 
			
		||||
    "default_hs_url": "{{ matrix_homeserver_url }}",
 | 
			
		||||
    "default_is_url": "{{ matrix_identity_server_url }}",
 | 
			
		||||
    "disable_custom_urls": true,
 | 
			
		||||
    "disable_guests": false,
 | 
			
		||||
    "brand": "Riot",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user