~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-04-18 10:16:47 UTC
  • mfrom: (155.1.5 revision-size-limit)
  • Revision ID: launchpad@pqm.canonical.com-20080418101647-2k1lv1l0edudd191
[r=jml] don't display large diffs richly, as this consumes enormous amounts of RAM during rendering

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# use this if you're mapping loggerhead within apache via proxy
6
6
#server.webpath = 'http://example.com/branches'
7
7
 
 
8
# use this if you want loggerhead to listen to another interface than 127.0.0.1
 
9
# server.socket_host = 'your_hostname_or_ip'
 
10
 
8
11
# where's bzrlib?
9
12
# (you only need this if you don't install bzr.)
10
13
#bzrpath = '/Users/robey/code/bzr/bzr'
12
15
# if you want a special title on the front page, set it here:
13
16
title = 'branches in loggerhead'
14
17
 
 
18
# the access and debug logs can be set up to roll 'daily', 'weekly', or 'never':
 
19
log.roll = 'weekly'
 
20
 
15
21
# group branches by project:
16
22
[bazaar]
17
23