Code

stop people setting up roundup with our addresses as default - need to
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 1 Oct 2001 06:10:42 +0000 (06:10 +0000)
committerrichard <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

roundup/templates/classic/instance_config.py
roundup/templates/extended/instance_config.py

index 38f0db655b2a69a08996c92fa42184a334b72794..55c43a6b5e4fc714906b07e4526eec594f655239 100644 (file)
@@ -15,7 +15,7 @@
 # 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
@@ -36,7 +36,7 @@ if not MAILHOST:
 
 # 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:
@@ -54,7 +54,7 @@ TEMPLATES = os.path.join(INSTANCE_HOME, 'html')
 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
@@ -64,6 +64,9 @@ LOG = os.path.join(INSTANCE_HOME, 'roundup.log')
 
 #
 # $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.
index 665d0da030867149d7d31ef811f2a7d28d7f701d..acdb42a916954bbb63cba293a14caf54f317caf9 100644 (file)
@@ -15,7 +15,7 @@
 # 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
@@ -36,7 +36,7 @@ if not MAILHOST:
 
 # 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:
@@ -54,7 +54,7 @@ TEMPLATES = os.path.join(INSTANCE_HOME, 'html')
 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
@@ -64,6 +64,9 @@ LOG = os.path.join(INSTANCE_HOME, 'roundup.log')
 
 #
 # $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.