~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-10 23:12:59 UTC
  • mfrom: (221 trunk)
  • mto: (217.1.9 logging)
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: guillo.gonzo@gmail.com-20080910231259-4wnfmu30f4n90w6x
 * merge with trunk (resolve conflicts in NEWS and serve-branches)

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
 
21
27
    # for the top browsing page, you can include a description, in raw HTML.
22
28
    #description = 'Bazaar is a <i>revision control system</i>.'
23
29
 
24
 
    # should we cache revisions and build a text index?  (HIGHLY recommended)
25
 
    # this will be a folder containing a few files.  if the folder doesn't
 
30
    # should we cache files changed? (recommended for large trees)
 
31
    # this will be a folder containing one file.  if the folder doesn't
26
32
    # exist, it'll be created.
27
33
    #
28
34
    # all branches in this project will share the same cache, which is usually