Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
256 B

  1. {
  2. "default_server_config": {
  3. "m.homeserver": {
  4. "base_url": "{{ matrix_homeserver_url }}",
  5. "server_name": "{{ matrix_server_name }}"
  6. }
  7. },
  8. "livekit": {
  9. "livekit_service_url": "{{ matrix_element_call_livekit_service_url }}"
  10. }
  11. }