Mercurial > p > roundup > code
view config.py @ 3:97559f7bae2e
Bug fixes:
. Fixed bug in re generation in the filter (I hadn't finished the code ;)
. Added TODO as a priority (between bug and usability)
. Fixed handling of None String property in grouped list headings
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:23:09 +0000 |
| parents | 5e92642cd1f8 |
| children | b10f8834cce4 |
line wrap: on
line source
# 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 = 'dirk' # Somewhere for roundup to log stuff internally sent to stdout or stderr LOG = '/home/httpd/html/roundup/roundup.log'
