summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e1e4ed)
raw | patch | inline | side by side (parent: 5e1e4ed)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 1 Oct 2001 06:10:42 +0000 (06:10 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 1 Oct 2001 06:10:42 +0000 (06:10 +0000) |
handle this better in the init
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@267 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@267 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/instance_config.py | patch | blob | history | |
roundup/templates/extended/instance_config.py | patch | blob | history |
diff --git a/roundup/templates/classic/instance_config.py b/roundup/templates/classic/instance_config.py
index 38f0db655b2a69a08996c92fa42184a334b72794..55c43a6b5e4fc714906b07e4526eec594f655239 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: instance_config.py,v 1.5 2001-08-07 00:24:43 richard Exp $
+# $Id: instance_config.py,v 1.6 2001-10-01 06:10:42 richard Exp $
MAIL_DOMAIN=MAILHOST=HTTP_HOST=None
HTTP_PORT=0
# The domain name used for email addresses.
if not MAIL_DOMAIN:
- MAIL_DOMAIN = 'bizarsoftware.com.au'
+ MAIL_DOMAIN = 'fill.me.in.'
# the next two are only used for the standalone HTTP server.
if not HTTP_HOST:
ISSUE_TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN
# The web address that the instance is viewable at
-ISSUE_TRACKER_WEB = 'http://www.bizarsoftware.com.au/cgi-bin/roundup.cgi/issues'
+ISSUE_TRACKER_WEB = 'http://some.useful.url/'
# The email address that roundup will complain to if it runs into trouble
ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN
#
# $Log: not supported by cvs2svn $
+# Revision 1.5 2001/08/07 00:24:43 richard
+# stupid typo
+#
# Revision 1.4 2001/08/07 00:15:51 richard
# Added the copyright/license notice to (nearly) all files at request of
# Bizar Software.
diff --git a/roundup/templates/extended/instance_config.py b/roundup/templates/extended/instance_config.py
index 665d0da030867149d7d31ef811f2a7d28d7f701d..acdb42a916954bbb63cba293a14caf54f317caf9 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: instance_config.py,v 1.5 2001-08-07 00:24:43 richard Exp $
+# $Id: instance_config.py,v 1.6 2001-10-01 06:10:42 richard Exp $
MAIL_DOMAIN=MAILHOST=HTTP_HOST=None
HTTP_PORT=0
# The domain name used for email addresses.
if not MAIL_DOMAIN:
- MAIL_DOMAIN = 'bizarsoftware.com.au'
+ MAIL_DOMAIN = 'fill.me.in.'
# the next two are only used for the standalone HTTP server.
if not HTTP_HOST:
ISSUE_TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN
# The web address that the instance is viewable at
-ISSUE_TRACKER_WEB = 'http://www.bizarsoftware.com.au/cgi-bin/roundup.cgi/issues'
+ISSUE_TRACKER_WEB = 'http://some.useful.url/'
# The email address that roundup will complain to if it runs into trouble
ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN
#
# $Log: not supported by cvs2svn $
+# Revision 1.5 2001/08/07 00:24:43 richard
+# stupid typo
+#
# Revision 1.4 2001/08/07 00:15:51 richard
# Added the copyright/license notice to (nearly) all files at request of
# Bizar Software.