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.
 
 
 

19 lines
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