2018-08-21 10:34:34 +00:00
|
|
|
{
|
|
|
|
"Matrix": {
|
2019-01-16 16:05:48 +00:00
|
|
|
"HomeserverDomainName": "{{ matrix_corporal_matrix_homeserver_domain_name }}",
|
|
|
|
"HomeserverApiEndpoint": "{{ matrix_corporal_matrix_homeserver_api_endpoint }}",
|
|
|
|
"AuthSharedSecret": "{{ matrix_corporal_matrix_auth_shared_secret }}",
|
|
|
|
"RegistrationSharedSecret": "{{ matrix_corporal_matrix_registration_shared_secret }}",
|
2018-08-21 10:34:34 +00:00
|
|
|
"TimeoutMilliseconds": {{ matrix_corporal_matrix_timeout_milliseconds }}
|
|
|
|
},
|
|
|
|
|
2021-01-16 21:47:14 +00:00
|
|
|
"Corporal": {
|
2021-01-17 16:29:26 +00:00
|
|
|
"UserID": "@{{ matrix_corporal_corporal_user_id_local_part }}:{{ matrix_domain }}"
|
2021-01-16 21:47:14 +00:00
|
|
|
},
|
|
|
|
|
2018-08-21 10:34:34 +00:00
|
|
|
"Reconciliation": {
|
|
|
|
"RetryIntervalMilliseconds": {{ matrix_corporal_reconciliation_retry_interval_milliseconds }}
|
|
|
|
},
|
|
|
|
|
|
|
|
"HttpGateway": {
|
2020-03-24 14:41:24 +00:00
|
|
|
"ListenAddress": "0.0.0.0:41080",
|
2021-01-16 21:47:14 +00:00
|
|
|
"TimeoutMilliseconds": {{ matrix_corporal_http_gateway_timeout_milliseconds }},
|
|
|
|
"InternalRESTAuth": {
|
|
|
|
"Enabled": {{ matrix_corporal_http_gateway_internal_rest_auth_enabled|to_json }}
|
|
|
|
}
|
2018-08-21 10:34:34 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"HttpApi": {
|
2019-01-08 11:10:12 +00:00
|
|
|
"Enabled": {{ matrix_corporal_http_api_enabled|to_json }},
|
2018-08-21 10:34:34 +00:00
|
|
|
"ListenAddress": "0.0.0.0:41081",
|
2020-03-24 14:41:24 +00:00
|
|
|
"AuthorizationBearerToken": "{{ matrix_corporal_http_api_auth_token }}",
|
|
|
|
"TimeoutMilliseconds": {{ matrix_corporal_http_api_timeout_milliseconds }}
|
2018-08-21 10:34:34 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"PolicyProvider": {{ matrix_corporal_policy_provider_config }},
|
|
|
|
|
|
|
|
"Misc": {
|
2019-01-08 11:10:12 +00:00
|
|
|
"Debug": {{ matrix_corporal_debug|to_json }}
|
2018-08-21 10:34:34 +00:00
|
|
|
}
|
|
|
|
}
|