~ltrager/maas/lp1654432_2.1

« back to all changes in this revision

Viewing changes to src/maas/demo.py

  • Committer: Gavin Panella
  • Date: 2012-03-14 15:52:49 UTC
  • mto: This revision was merged to the branch mainline in revision 281.
  • Revision ID: gavin.panella@canonical.com-20120314155249-cyc0hmgea3i0ef87
Update to txlongpoll 3.0.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    'debug_toolbar.middleware.DebugToolbarMiddleware',
23
23
)
24
24
 
25
 
# This should match the setting in Makefile:pserv.pid.
 
25
# This should match the setting in /etc/pserv.yaml.
26
26
PSERV_URL = "http://localhost:8001/api"
27
27
 
28
28
RABBITMQ_PUBLISH = True