~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf

  • Committer: Jasper St. Pierre
  • Date: 2011-04-22 18:18:02 UTC
  • mto: This revision was merged to the branch mainline in revision 448.
  • Revision ID: jstpierre@mecheye.net-20110422181802-7y2yambz9iscfa17
Make breadcrumbs consistent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# where is the bazaar branch located, and what should we call it?
3
 
folder='/Users/robey/code/bzr/bzr.dev'
4
 
branch_name='bzr.dev'
5
 
 
6
 
# should we cache revisions?  (HIGHLY recommended)  where?
7
 
# this will be a folder containing a couple of files.  if the folder
8
 
# doesn't already exist, we'll create it.
9
 
cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
10
 
 
11
 
# what url should i use in the atom feed, for external sites?
12
 
external_url="http://localhost:8080"
13
 
 
14
 
# where's bzrlib?
15
 
bzrpath='/Users/robey/code/bzr/bzr'
16