~allenap/maas/yamlconf-script

« back to all changes in this revision

Viewing changes to etc/txlongpoll.yaml

  • Committer: Tarmac
  • Author(s): Gavin Panella
  • Date: 2012-03-14 17:20:39 UTC
  • mfrom: (274.1.6 txlongpoll-update)
  • Revision ID: ed@carob-20120314172039-put0g6fjebjpto50
[r=rvb][bug=][author=allenap] Update txlongpoll to 0.3.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: 8002
 
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
  directory: "logs"
 
19
  ## The reporter used when generating OOPS reports.
 
20
  # reporter: "LONGPOLL"
 
21
  reporter: "maas-txlongpoll"
 
22
 
 
23
## Message broker configuration.
 
24
#
 
25
broker:
 
26
  # host: "localhost"
 
27
  # port: 5672
 
28
  # username: "guest"
 
29
  # password: "guest"
 
30
  # vhost: "/"
 
31
 
 
32
## Where to log. This log can be rotated by sending SIGUSR1 to the
 
33
## running server.
 
34
#
 
35
# logfile: "txlongpoll.log"
 
36
logfile: "logs/txlongpoll.log"