Mercurial > p > roundup > code
diff templates/classic/config.ini @ 2633:a9e1fff1e793
I thought I committed this last night. Ho hum.
- This implements most of the rest of the new tracker config layout:
- dbinit.py split between schema.py and initial_data.py
- interfaces.py gone
- tracker and detectors __init__.py gone
- Added some missing functionality to backends: db_exists test and db_nuke.
- Implemented configuration file options in postgresql backend.
- Cleaned up tracker initialisation a lot.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 27 Jul 2004 00:57:19 +0000 |
| parents | |
| children | 744f16fde4b2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/classic/config.ini Tue Jul 27 00:57:19 2004 +0000 @@ -0,0 +1,34 @@ + +[main] +database = %(TRACKER_HOME)s/db +templates = %(TRACKER_HOME)s/html +admin_email = roundup-admin +new_web_user_roles = User +new_email_user_roles = User +error_messages_to = user +html_version = html4 +default_timezone = 0 + +[tracker] +name = Roundup issue tracker +web = http://tracker.example/cgi-bin/roundup.cgi/bugs/ +emaiL = issue_tracker + +[logging] +level = ERROR + +[mail] +domain = your.tracker.email.domain.example +host = localhost +charset = utf-8 + +[mailgw] +email_keep_quoted_text = yes +email_leave_body_unchanged = no +mail_default_class = issue + +[nosy] +messages_to_author = no +add_author_to_nosy = new +add_recipients_to_nosy = new +email_signature_position = bottom
