X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Ftemplates%2Fminimal%2Fconfig.py;h=94e76e3ab4a349b06d58ef078223b82a91b03503;hb=097777146eab114e06f815b3fd5251b0aba2e70e;hp=3fce4dcad5096b7e383dc355b9f75915544edb45;hpb=ba2393a55084938b58970bc4c817428ce133f36a;p=roundup.git diff --git a/roundup/templates/minimal/config.py b/roundup/templates/minimal/config.py index 3fce4dc..94e76e3 100644 --- a/roundup/templates/minimal/config.py +++ b/roundup/templates/minimal/config.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: config.py,v 1.1 2002-09-26 04:15:06 richard Exp $ +# $Id: config.py,v 1.3 2002-12-10 00:11:16 richard Exp $ import os @@ -40,15 +40,13 @@ TRACKER_NAME = 'Roundup issue tracker' # The email address that mail to roundup should go to TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN -# The web address that the instance is viewable at +# The web address that the instance is viewable at. This URL MUST end +# in a trailing forward slash "/" or your web interface will break! TRACKER_WEB = 'http://your.tracker.url.example/' # The email address that roundup will complain to if it runs into trouble ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN -# Where to place the web filtering HTML on the index page -FILTER_POSITION = 'bottom' # one of 'top', 'bottom', 'top and bottom' - # # SECURITY DEFINITIONS #