~maas-committers/maas/1.6

« back to all changes in this revision

Viewing changes to etc/txlongpoll.yaml

  • 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:
 
1
##
 
2
## txlongpoll configuration.
 
3
##
 
4
 
 
5
## The front-end service.
 
6
#
 
7
frontend:
 
8
  ## The port on which to serve.
 
9
  port: 4545
 
10
  ## If specified, queue names requested must have the given prefix.
 
11
  # prefix:
 
12
 
 
13
## OOPS configuration.
 
14
#
 
15
oops:
 
16
  ## Directory in which to place OOPS reports.
 
17
  # directory: ""
 
18
  ## The reporter used when generating OOPS reports.
 
19
  # reporter: "LONGPOLL"
 
20
 
 
21
## Message broker configuration.
 
22
#
 
23
broker:
 
24
  # host: "localhost"
 
25
  # port: 5672
 
26
  # username: "guest"
 
27
  # password: "guest"
 
28
  # vhost: "/"
 
29
 
 
30
## Where to log. This log can be rotated by sending SIGUSR1 to the
 
31
## running server.
 
32
#
 
33
# logfile: "txlongpoll.log"
 
34
logfile: "logs/txlongpoll.log"