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"