From f802ec797ee46cd67b37b47e58f607a825b3575f Mon Sep 17 00:00:00 2001 From: Christian Paul <info@jaller.de> Date: Tue, 1 Dec 2020 10:45:51 +0100 Subject: [PATCH] Set bridge.port to 9005 in the sample config --- config/config.sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.sample.yaml b/config/config.sample.yaml index 79150b0..9f66f8f 100644 --- a/config/config.sample.yaml +++ b/config/config.sample.yaml @@ -8,6 +8,8 @@ bridge: # This should be your publically facing URL because Discord may use it to # fetch media from the media store. homeserverUrl: "http://localhost:8008" + # The TCP port on which the appservice runs on. + port: 9005 # Interval at which to process users in the 'presence queue'. If you have # 5 users, one user will be processed every 500 milliseconds according to the # value below. This has a minimum value of 250. -- GitLab