Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

31 строка
1016 B

  1. {
  2. "Matrix": {
  3. "HomeserverDomainName": "{{ matrix_corporal_matrix_homeserver_domain_name }}",
  4. "HomeserverApiEndpoint": "{{ matrix_corporal_matrix_homeserver_api_endpoint }}",
  5. "AuthSharedSecret": "{{ matrix_corporal_matrix_auth_shared_secret }}",
  6. "RegistrationSharedSecret": "{{ matrix_corporal_matrix_registration_shared_secret }}",
  7. "TimeoutMilliseconds": {{ matrix_corporal_matrix_timeout_milliseconds }}
  8. },
  9. "Reconciliation": {
  10. "UserId": "@{{ matrix_corporal_reconciliation_user_id_local_part }}:{{ hostname_identity }}",
  11. "RetryIntervalMilliseconds": {{ matrix_corporal_reconciliation_retry_interval_milliseconds }}
  12. },
  13. "HttpGateway": {
  14. "ListenAddress": "0.0.0.0:41080"
  15. },
  16. "HttpApi": {
  17. "Enabled": {{ matrix_corporal_http_api_enabled|to_json }},
  18. "ListenAddress": "0.0.0.0:41081",
  19. "AuthorizationBearerToken": "{{ matrix_corporal_http_api_auth_token }}"
  20. },
  21. "PolicyProvider": {{ matrix_corporal_policy_provider_config }},
  22. "Misc": {
  23. "Debug": {{ matrix_corporal_debug|to_json }}
  24. }
  25. }