Mercurial > p > roundup > code
comparison roundup/templates/classic/config.py @ 1307:0b44a351cf6d
mention needed trailing "/" in TRACKER_WEB
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Nov 2002 21:17:44 +0000 |
| parents | 7c851d1521dc |
| children | 3758a5af985f |
comparison
equal
deleted
inserted
replaced
| 1306:a7ec3f707e26 | 1307:0b44a351cf6d |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: config.py,v 1.3 2002-09-11 01:18:42 richard Exp $ | 18 # $Id: config.py,v 1.4 2002-11-07 21:17:44 richard Exp $ |
| 19 | 19 |
| 20 import os | 20 import os |
| 21 | 21 |
| 22 # roundup home is this package's directory | 22 # roundup home is this package's directory |
| 23 TRACKER_HOME=os.path.split(__file__)[0] | 23 TRACKER_HOME=os.path.split(__file__)[0] |
| 38 TRACKER_NAME = 'Roundup issue tracker' | 38 TRACKER_NAME = 'Roundup issue tracker' |
| 39 | 39 |
| 40 # The email address that mail to roundup should go to | 40 # The email address that mail to roundup should go to |
| 41 TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN | 41 TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN |
| 42 | 42 |
| 43 # The web address that the instance is viewable at | 43 # The web address that the instance is viewable at. This URL MUST end |
| 44 # in a trailing forward slash "/" or your web interface will break! | |
| 44 TRACKER_WEB = 'http://your.tracker.url.example/' | 45 TRACKER_WEB = 'http://your.tracker.url.example/' |
| 45 | 46 |
| 46 # The email address that roundup will complain to if it runs into trouble | 47 # The email address that roundup will complain to if it runs into trouble |
| 47 ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN | 48 ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN |
| 48 | 49 |
