diff config.py @ 0:5e92642cd1f8

Initial import of code Currently version 1.0.2 but with the 1.0.3 changes as given in the CHANGES file. Is about ready for a 1.0.3 release. [[This repository is actually a lift into git made in October 2011 of code history originally kept in CVS and later in Subversion. This import marks the point at which the original private CVS moved to public CVS on SourceForge. Due to technical problems with CVS and the CVS to Subversion conversion tools, portions of the early history have somewhat garbled metadata. Here and elsewhere in this repo, comments enclosed in curly braces were added at the time of the git lift in an attempt to document the problem.]]
author Richard Jones <richard@users.sourceforge.net>
date Thu, 19 Jul 2001 02:16:19 +0000
parents
children 97559f7bae2e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.py	Thu Jul 19 02:16:19 2001 +0000
@@ -0,0 +1,14 @@
+# This is the directory that the database is going to be stored in
+DATABASE = '/home/httpd/html/roundup/db'
+
+# The email address that mail to roundup should go to
+ISSUE_TRACKER_EMAIL = 'issue_tracker@bizarsoftware.com.au'
+
+# The email address that roundup will complain to if it runs into trouble
+ADMIN_EMAIL = "roundup-admin@bizarsoftware.com.au"
+
+# The SMTP mail host that roundup will use to send mail
+MAILHOST = 'goanna.adroit.net'
+
+# Somewhere for roundup to log stuff internally sent to stdout or stderr
+LOG = '/home/httpd/html/roundup/roundup.log'

Roundup Issue Tracker: http://roundup-tracker.org/