mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-11 14:24:58 -05:00
Add backwards compat support for metrics, manhole and webclient config options
This commit is contained in:
parent
261ccd7f5f
commit
a005b7269a
3 changed files with 27 additions and 16 deletions
|
|
@ -408,13 +408,6 @@ def setup(config_options):
|
|||
|
||||
logger.info("Database prepared in %r.", config.database_config)
|
||||
|
||||
if config.manhole:
|
||||
f = twisted.manhole.telnet.ShellFactory()
|
||||
f.username = "matrix"
|
||||
f.password = "rabbithole"
|
||||
f.namespace['hs'] = hs
|
||||
reactor.listenTCP(config.manhole, f, interface='127.0.0.1')
|
||||
|
||||
hs.start_listening()
|
||||
|
||||
hs.get_pusherpool().start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue