Add backwards compat support for metrics, manhole and webclient config options

This commit is contained in:
Erik Johnston 2015-06-12 17:41:36 +01:00
parent 261ccd7f5f
commit a005b7269a
3 changed files with 27 additions and 16 deletions

View file

@ -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()