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.
 
 
 

26 lines
864 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD project contributors
  3. SPDX-FileCopyrightText: 2024 Suguru Hirahara
  4. SPDX-License-Identifier: AGPL-3.0-or-later
  5. #}
  6. homeserver:
  7. # The Matrix server name, this will be the name of the server in your Matrix ID.
  8. domain: "{{ matrix_domain }}"
  9. # The url for the appservice to call the client server API from.
  10. url: "{{ matrix_homeserver_url }}"
  11. # Database configuration for storing which Mjolnirs have been provisioned.
  12. db:
  13. engine: "postgres"
  14. connectionString: "{{ matrix_appservice_draupnir_for_all_database_connection_string }}"
  15. # A room you have created that scopes who can access the appservice.
  16. # See docs/access_control.md
  17. adminRoom: "{{ matrix_appservice_draupnir_for_all_master_control_room_alias }}"
  18. # This is a web api that the widget connects to in order to interact with the appservice.
  19. webAPI:
  20. port: 9000