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.

12 lines
235 B

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