diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2018-07-17 07:36:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 07:36:04 -0700 |
commit | e3b9754d599c9b4a910e7917366250e464b4b8b0 (patch) | |
tree | 0b7387a72c238bf8d457fdb017197b9538aecf0f /dendrite-config.yaml | |
parent | 2fb2f7ca7ba39a255ab5ec5767e1ea9eee0a969f (diff) |
Internal API for Appservices (#541)
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 44441787..b99a7c71 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -113,7 +113,7 @@ listen: media_api: "localhost:7774" public_rooms_api: "localhost:7775" federation_sender: "localhost:7776" - appservice: "localhost:7777" + appservice_api: "localhost:7777" # The configuration for tracing the dendrite components. tracing: |