comparison roundup/templates/classic/config.rc @ 604:13719594278b config-0-4-0-branch

I've re-worked the config structure a little so it's simpler (one less file) and added a unit test so we can be sure it's working.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 06 Feb 2002 07:11:13 +0000
parents a5cd27d33516
children
comparison
equal deleted inserted replaced
603:986354c4b1fb 604:13719594278b
1 [base] 1 #
2 full_name=howdy 2 # Instance-specific configuration file. Note that this file has the
3 email=issue_tracker@%(domain)s 3 # following variables defined by default:
4 url=http://some.useful.url 4 #
5 # 'instance_home': the home dir
6 # 'http_port': '80',
7 # 'database': '%(instance_home)s/db',
8 # 'templates': '%(instance_home)s/html',
9 # 'log': '%(instance_home)s/log',
10 # 'filter_position': 'bottom',
11 # 'anonymous_access': 'deny',
12 # 'anonymous_register': 'deny',
13 # 'messages_to_author': 'no',
14 # 'email_signature_position': 'bottom',
15 #
16 # These vars are obtained from the roundup base config file, roundup.rc or
17 # from the application defaults if not defined in roundup.rc.
18 #
19 # The values
20 # . instance_name
21 # . mailhost
22 # . mail_domain
23 # . issue_tracker_email
24 # . issue_tracker_web
25 # . admin_email
26 # are REQUIRED for roundup operation. You must set these options to some
27 # value.
28 #
5 29
6 # The email address that roundup will complain to if it runs into trouble 30 [DEFAULT]
7 admin_email=roundup-admin@%(domain)s 31 #instance_name = My Test Instance
32 #mailhost = mail.host
33 #mail_domain = blah.dot.com
34 #issue_tracker_email = tracker@%(mail_domain)s
35 #issue_tracker_web = http://tracker.blah.dot.com/
36 #admin_email = tracker-admin@ekit-inc.com
8 37
9 [mail] 38 # You may override the configuration settings for particular components of
10 host=localhost 39 # roundup by putting values below. TODO: example
11 domain=fill.me.in 40 [MAIL GATEWAY]
12 41
13 [standalone_http] 42 [HTTP SERVER]
14 host= 43
15 port= 44 [CGI]
45
46 [ADMIN]

Roundup Issue Tracker: http://roundup-tracker.org/