|
@@ -60,10 +60,10 @@ from celery.messaging import get_connection_info
|
|
|
|
|
|
STARTUP_INFO_FMT = """
|
|
|
Configuration ->
|
|
|
- * Webserver -> http://localhost:%(http_port)s
|
|
|
- * Broker -> %(conninfo)s
|
|
|
- * Exchange -> %(exchange)s (%(exchange_type)s)
|
|
|
- * Consumer -> Queue:%(consumer_queue)s Binding:%(consumer_rkey)s
|
|
|
+ . broker -> %(conninfo)s
|
|
|
+ . exchange -> %(exchange)s (%(exchange_type)s)
|
|
|
+ . consumer -> queue:%(consumer_queue)s binding:%(consumer_rkey)s
|
|
|
+ . webserver -> http://localhost:%(http_port)s
|
|
|
""".strip()
|
|
|
|
|
|
OPTION_LIST = (
|