Mercurial > p > roundup > code
view dummy_config.py @ 4:b10f8834cce4
modified to use localconfig.py (if it exists)
and to make the various options (e.g. paths) based on ROUNDUP_HOME &c.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:46:47 +0000 |
| parents | fddc8af9f541 |
| children |
line wrap: on
line source
# This is the directory that the database is going to be stored in # eg. DATABASE = '/home/httpd/html/roundup/db' DATABASE = # The email address that mail to roundup should go to # eg. ISSUE_TRACKER_EMAIL = 'issue_tracker@bizarsoftware.com.au' ISSUE_TRACKER_EMAIL = # The email address that roundup will complain to if it runs into trouble # eg. ADMIN_EMAIL = "roundup-admin@bizarsoftware.com.au" ADMIN_EMAIL = # The SMTP mail host that roundup will use to send mail # eg. MAILHOST = 'goanna.adroit.net' MAILHOST = # Somewhere for roundup to log stuff internally sent to stdout or stderr # eg. LOG = '/home/httpd/html/roundup/roundup.log' LOG =
