mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Upgrade matrix-corporal (1.7.2 -> 1.8.0)
This commit is contained in:
		| @@ -13,13 +13,15 @@ | ||||
| 	}, | ||||
|  | ||||
| 	"HttpGateway": { | ||||
| 		"ListenAddress": "0.0.0.0:41080" | ||||
| 		"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 }}" | ||||
| 		"AuthorizationBearerToken": "{{ matrix_corporal_http_api_auth_token }}", | ||||
| 		"TimeoutMilliseconds": {{ matrix_corporal_http_api_timeout_milliseconds }} | ||||
| 	}, | ||||
|  | ||||
| 	"PolicyProvider": {{ matrix_corporal_policy_provider_config }}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user