Mozilla/mozilla/webtools/bonsai/configdata.in
terry%mozilla.org 2629614e03 Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- use autoconf to find sendmail, other minor portability patches.
git-svn-id: svn://10.0.0.236/trunk@31285 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 21:41:57 +00:00

49 lines
1.5 KiB
Plaintext

# Example configuration file for Bonsai
# The Bonsai modules and their relation to cvs
# treelist is a list of all configured Bonsai modules
# to add a module, add its name to the treelist
# then duplicate the treeinfo lines below and
# change the values appropriately
set treelist { default }
set treeinfo(default,module) mymodule
set treeinfo(default,branch) {}
set treeinfo(default,repository) {/usr/local/cvsroot}
set treeinfo(default,description) {MyModule long description}
set treeinfo(default,shortdesc) {MyModule short description}
# Where to find system commands
set cvscommand _CVS_
set rlogcommand _RLOG_
set rcsdiffcommand _RCSDIFF_
set cocommand _CO_
set sendmailcommand _SENDMAIL_
# URL to your copy of LXR
set lxr_base http://localhost/webtools/lxr/source
set mozilla_lxr_kludge TRUE
# URL to your copy of tinderbox
set tinderbox_base http://localhost/webtools/tinderbox
# how bug numbers are HTMLified
set BUGSYSTEMEXPR {<A HREF="http://localhost/bugzilla/show_bug.cgi?id=&">&</A>}
# Somebody responsible for the CVS repository
set cvsadmin somebody@somedomain
set userdomain somedomain
# User and password for access to the MySQL bonsai database
# use empty string ("") for password if you want to access the database
# without using a password (not recommended). If you are using an older
# version of mysqltcl, you may also need to set the username to be "".
set mysqluser nobody
set mysqlpassword ""
# LDAP server if you have one
set ldapserver ldap.somedomain
set ldapport 389