~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Michael Hudson
  • Date: 2009-03-02 05:44:20 UTC
  • Revision ID: michael.hudson@canonical.com-20090302054420-rb67u40azt5b80bi
so it turns out that doing the whitespace compression when we load the template
works just as well as doing it when we generate the content, so do it then.
this makes me less worried about mangling whitespace in user content...

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