~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

add a '-C' option for ensuring loggerhead is running (from a cron job, for
example), and clean up the main() code a bit in the process.  also added
log rolling (daily, weekly, or none).

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
 
 
11
8
# where's bzrlib?
12
9
# (you only need this if you don't install bzr.)
13
10
#bzrpath = '/Users/robey/code/bzr/bzr'
23
20
 
24
21
    # name of this project
25
22
    name = 'bazaar'
26
 
 
 
23
    
27
24
    # for the top browsing page, you can include a description, in raw HTML.
28
25
    #description = 'Bazaar is a <i>revision control system</i>.'
29
26
 
30
 
    # should we cache files changed? (recommended for large trees)
31
 
    # this will be a folder containing one file.  if the folder doesn't
 
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
32
29
    # exist, it'll be created.
33
30
    #
34
31
    # all branches in this project will share the same cache, which is usually
63
60
[paramiko]
64
61
    name = 'paramiko'
65
62
    cachepath = '/Users/robey/code/paramiko/.bzr/loggerhead-files'
66
 
 
 
63
    
67
64
    # if an auto_publish_folder is given, any bazaar branches discovered in
68
65
    # that folder will be published.  using each branch's 'branch.conf' to
69
66
    # provide optional descriptions and public urls is a nice way to avoid
70
67
    # having to do much configuration here.
71
68
    auto_publish_folder = '/Users/robey/code/paramiko'
72
 
 
 
69
    
73
70
    # if all of the branches under an auto_publish_folder are exported to
74
71
    # the same (base) public url, you can specify that url prefix here, and
75
72
    # each discovered branch's public url will be generated.