Skip to content

Commit 55962d7

Browse files
author
Richard Jones
committed
removed old, unused config vars
1 parent 5ddab29 commit 55962d7

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

roundup/templates/classic/instance_config.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: instance_config.py,v 1.19 2002-07-26 08:26:59 richard Exp $
18+
# $Id: instance_config.py,v 1.20 2002-08-16 04:28:41 richard Exp $
1919

2020
MAIL_DOMAIN=MAILHOST=HTTP_HOST=None
2121
HTTP_PORT=0
@@ -38,12 +38,6 @@
3838
if not MAIL_DOMAIN:
3939
MAIL_DOMAIN = 'your.tracker.email.domain.example'
4040

41-
# the next two are only used for the standalone HTTP server.
42-
if not HTTP_HOST:
43-
HTTP_HOST = ''
44-
if not HTTP_PORT:
45-
HTTP_PORT = 9080
46-
4741
# This is the directory that the database is going to be stored in
4842
DATABASE = os.path.join(INSTANCE_HOME, 'db')
4943

@@ -62,9 +56,6 @@
6256
# The email address that roundup will complain to if it runs into trouble
6357
ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN
6458

65-
# Somewhere for roundup to log stuff internally sent to stdout or stderr
66-
LOG = os.path.join(INSTANCE_HOME, 'roundup.log')
67-
6859
# Where to place the web filtering HTML on the index page
6960
FILTER_POSITION = 'bottom' # one of 'top', 'bottom', 'top and bottom'
7061

@@ -177,6 +168,11 @@
177168

178169
#
179170
# $Log: not supported by cvs2svn $
171+
# Revision 1.19 2002/07/26 08:26:59 richard
172+
# Very close now. The cgi and mailgw now use the new security API. The two
173+
# templates have been migrated to that setup. Lots of unit tests. Still some
174+
# issue in the web form for editing Roles assigned to users.
175+
#
180176
# Revision 1.18 2002/05/25 07:16:25 rochecompaan
181177
# Merged search_indexing-branch with HEAD
182178
#

0 commit comments

Comments
 (0)