From 1443082991726385478c19e45a16eb5cf427b31d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 24 Jul 2019 02:12:12 +0300 Subject: [PATCH] Change default port to 29317. Fixes #345 --- example-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 1c80967e..a07555e2 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -12,11 +12,11 @@ homeserver: # Changing these values requires regeneration of the registration. appservice: # The address that the homeserver can use to connect to this appservice. - address: http://localhost:8080 + address: http://localhost:29317 # The hostname and port where this appservice should listen. hostname: 0.0.0.0 - port: 8080 + port: 29317 # The maximum body size of appservice API requests (from the homeserver) in mebibytes # Usually 1 is enough, but on high-traffic bridges you might need to increase this to avoid 413s max_body_size: 1