~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Paul Hummer
  • Date: 2009-03-31 22:24:14 UTC
  • mfrom: (315.1.5 config-cleanup)
  • Revision ID: paul@canonical.com-20090331222414-s0uvie5qiv3nkomv
Cleaned up the config for loggerhead

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
# use this to change the server's port
 
3
#server.socket_port = 8080
 
4
 
 
5
# use this if you're mapping loggerhead within apache via proxy
 
6
#server.webpath = 'http://example.com/branches'
 
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
 
2
11
# where's bzrlib?
3
12
# (you only need this if you don't install bzr.)
4
13
#bzrpath = '/Users/robey/code/bzr/bzr'
6
15
# if you want a special title on the front page, set it here:
7
16
title = 'branches in loggerhead'
8
17
 
 
18
# the access and debug logs can be set up to roll 'daily', 'weekly', or 'never':
 
19
log.roll = 'weekly'
 
20
 
9
21
# group branches by project:
10
22
[bazaar]
11
23
 
15
27
    # for the top browsing page, you can include a description, in raw HTML.
16
28
    #description = 'Bazaar is a <i>revision control system</i>.'
17
29
 
18
 
    # should we cache revisions and build a text index?  (HIGHLY recommended)
19
 
    # 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
20
32
    # exist, it'll be created.
21
33
    #
22
34
    # all branches in this project will share the same cache, which is usually