From 07b89369852ae659217d66f2fdb8bfeb7510a563 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 28 Jul 2019 18:29:30 +0300 Subject: [PATCH] Change default port to 29318 --- example-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 4912846..571a7ed 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -9,11 +9,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:29318 # The hostname and port where this appservice should listen. hostname: 0.0.0.0 - port: 8080 + port: 29318 # Database config. database: