2018-08-21 12:34:34 +02:00
|
|
|
{
|
|
|
|
"Matrix": {
|
|
|
|
"HomeserverDomainName": "{{ hostname_identity }}",
|
|
|
|
"HomeserverApiEndpoint": "http://matrix-synapse:8008",
|
|
|
|
"AuthSharedSecret": "{{ matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret }}",
|
|
|
|
"RegistrationSharedSecret": "{{ matrix_synapse_registration_shared_secret }}",
|
|
|
|
"TimeoutMilliseconds": {{ matrix_corporal_matrix_timeout_milliseconds }}
|
|
|
|
},
|
|
|
|
|
|
|
|
"Reconciliation": {
|
|
|
|
"UserId": "@{{ matrix_corporal_reconciliation_user_id_local_part }}:{{ hostname_identity }}",
|
|
|
|
"RetryIntervalMilliseconds": {{ matrix_corporal_reconciliation_retry_interval_milliseconds }}
|
|
|
|
},
|
|
|
|
|
|
|
|
"HttpGateway": {
|
|
|
|
"ListenAddress": "0.0.0.0:41080"
|
|
|
|
},
|
|
|
|
|
|
|
|
"HttpApi": {
|
2019-01-08 12:10:12 +01:00
|
|
|
"Enabled": {{ matrix_corporal_http_api_enabled|to_json }},
|
2018-08-21 12:34:34 +02:00
|
|
|
"ListenAddress": "0.0.0.0:41081",
|
|
|
|
"AuthorizationBearerToken": "{{ matrix_corporal_http_api_auth_token }}"
|
|
|
|
},
|
|
|
|
|
|
|
|
"PolicyProvider": {{ matrix_corporal_policy_provider_config }},
|
|
|
|
|
|
|
|
"Misc": {
|
2019-01-08 12:10:12 +01:00
|
|
|
"Debug": {{ matrix_corporal_debug|to_json }}
|
2018-08-21 12:34:34 +02:00
|
|
|
}
|
|
|
|
}
|