Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

32 satır
1.0 KiB

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