From aa23e2c6e0e8a73279c39e94cee7a7a96ce19665 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 15 Aug 2017 17:09:30 +0100 Subject: [PATCH] Update comment on the listen APIs --- dendrite-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 444830255..b19add182 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -75,6 +75,7 @@ database: # The TCP host:port pairs to bind the internal HTTP APIs to. # These shouldn't be exposed to the public internet. +# These aren't needed when running dendrite as a monolithic server. listen: room_server: "localhost:7770" client_api: "localhost:7771"