aboutsummaryrefslogtreecommitdiff
path: root/dendrite-config.yaml
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2018-05-24 13:54:42 +0100
committerGitHub <noreply@github.com>2018-05-24 13:54:42 +0100
commited388a32b7e38c4a42fb9cea141d97a62209f26d (patch)
tree9ccb60dec30a8ed441ba487bf51884065a9a6222 /dendrite-config.yaml
parent1d7278d950e50c989f47e2c8a4dfcedd6ba67f5e (diff)
Add Application Service component (#462)
* Add Application Service component The component subscribes to the Roomserver kafka stream, filtering events to be eventually sent off to relevant app services, as well as handling incoming HTTP traffic from app services on the `/matrix/app/r0/*` route. Signed-off-by: Andrew Morgan <andrewm@matrix.org> * Make linting happy Signed-off-by: Andrew Morgan <andrewm@matrix.org>
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r--dendrite-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml
index 249afe60..ae926bab 100644
--- a/dendrite-config.yaml
+++ b/dendrite-config.yaml
@@ -112,6 +112,7 @@ listen:
media_api: "localhost:7774"
public_rooms_api: "localhost:7775"
federation_sender: "localhost:7776"
+ appservice: "localhost:7777"
# The configuration for tracing the dendrite components.
tracing: