From a6104f9d664cdf4ce627c4841a1651b4bc757bb2 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 25 Jul 2020 17:08:18 +0200 Subject: [PATCH] listen on port 8080 --- rootfs/etc/confd/templates/config.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.yaml.tmpl b/rootfs/etc/confd/templates/config.yaml.tmpl index db0a4be..3ce8608 100644 --- a/rootfs/etc/confd/templates/config.yaml.tmpl +++ b/rootfs/etc/confd/templates/config.yaml.tmpl @@ -19,7 +19,7 @@ appservice: # The hostname and port where this appservice should listen. hostname: 0.0.0.0 - port: 29317 + port: 8080 # 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