~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Michael Hudson
  • Date: 2008-06-16 10:03:24 UTC
  • mfrom: (159.1.7 remove_caches)
  • Revision ID: michael.hudson@canonical.com-20080616100324-dyzbdp3xk2i1g34a
merge martin's remove caches branch, which removes the sql revision cache and
the textindexing code.
we still have the files changed cache.
(some further changes by me)

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