Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2632:9c55f2bc5961 | 2633:a9e1fff1e793 |
|---|---|
| 1 | |
| 2 [main] | |
| 3 database = %(TRACKER_HOME)s/db | |
| 4 templates = %(TRACKER_HOME)s/html | |
| 5 admin_email = roundup-admin | |
| 6 new_web_user_roles = User | |
| 7 new_email_user_roles = User | |
| 8 error_messages_to = user | |
| 9 html_version = html4 | |
| 10 default_timezone = 0 | |
| 11 | |
| 12 [tracker] | |
| 13 name = Roundup issue tracker | |
| 14 web = http://tracker.example/cgi-bin/roundup.cgi/bugs/ | |
| 15 emaiL = issue_tracker | |
| 16 | |
| 17 [logging] | |
| 18 level = ERROR | |
| 19 | |
| 20 [mail] | |
| 21 domain = your.tracker.email.domain.example | |
| 22 host = localhost | |
| 23 charset = utf-8 | |
| 24 | |
| 25 [mailgw] | |
| 26 email_keep_quoted_text = yes | |
| 27 email_leave_body_unchanged = no | |
| 28 mail_default_class = issue | |
| 29 | |
| 30 [nosy] | |
| 31 messages_to_author = no | |
| 32 add_author_to_nosy = new | |
| 33 add_recipients_to_nosy = new | |
| 34 email_signature_position = bottom |
