listen on port 8080

This commit is contained in:
Sebastian Hugentobler 2020-07-25 17:08:18 +02:00
parent bb34041bb6
commit a6104f9d66

View File

@ -19,7 +19,7 @@ appservice:
# The hostname and port where this appservice should listen. # The hostname and port where this appservice should listen.
hostname: 0.0.0.0 hostname: 0.0.0.0
port: 29317 port: 8080
# The maximum body size of appservice API requests (from the homeserver) in mebibytes # 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 # Usually 1 is enough, but on high-traffic bridges you might need to increase this to avoid 413s
max_body_size: 1 max_body_size: 1