Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

19 lignes
713 B

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