Add initial provisioning API

This commit is contained in:
Tulir Asokan
2020-02-09 20:32:14 +02:00
parent 39e46833b4
commit 16dc3c8699
7 changed files with 370 additions and 3 deletions

View File

@ -27,6 +27,13 @@ appservice:
max_open_conns: 20
max_idle_conns: 2
# Settings for provisioning API
provisioning:
# Prefix for the provisioning API paths.
prefix: /_matrix/provision/v1
# Shared secret for authentication. If set to "disable", the provisioning API will be disabled.
shared_secret: disable
# The unique ID of this appservice.
id: whatsapp
# Appservice bot details.