rewrite proxy to not use twisted

This commit is contained in:
Anthony Young
2010-12-22 23:41:07 -08:00
parent 221b4e6484
commit 5c315ed9e8
2 changed files with 64 additions and 63 deletions

View File

@@ -222,6 +222,9 @@ DEFINE_string('ajax_console_proxy_topic', 'ajax_proxy',
DEFINE_string('ajax_console_proxy_url',
'http://tonbuntu:8000',
'location of ajax console proxy, in the form "http://tonbuntu:8000"')
DEFINE_string('ajax_console_proxy_port',
8000,
'port that ajax_console_proxy binds')
DEFINE_bool('verbose', False, 'show debug output')
DEFINE_boolean('fake_rabbit', False, 'use a fake rabbit')
DEFINE_bool('fake_network', False,