Mercurial > p > roundup > code
annotate templates/classic/config.ini @ 2670:bdf3a73dfd04
merge from maint-0-7
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Sep 2004 10:40:15 +0000 |
| parents | 1df7d4a41da4 |
| children |
| rev | line source |
|---|---|
|
2633
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 [main] |
|
2642
a2dfc62a8cf5
sorry, forgot to remove these
Richard Jones <richard@users.sourceforge.net>
parents:
2641
diff
changeset
|
3 database = db |
|
a2dfc62a8cf5
sorry, forgot to remove these
Richard Jones <richard@users.sourceforge.net>
parents:
2641
diff
changeset
|
4 templates = html |
|
2633
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 admin_email = roundup-admin |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 new_web_user_roles = User |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 new_email_user_roles = User |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 error_messages_to = user |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 html_version = html4 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
10 default_timezone = 0 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
11 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
12 [tracker] |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
13 name = Roundup issue tracker |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
14 web = http://tracker.example/cgi-bin/roundup.cgi/bugs/ |
|
2649
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2642
diff
changeset
|
15 email = issue_tracker |
|
2633
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
16 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
17 [logging] |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
18 level = ERROR |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
19 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
20 [mail] |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
21 domain = your.tracker.email.domain.example |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
22 host = localhost |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
23 charset = utf-8 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
24 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
25 [mailgw] |
|
2641
744f16fde4b2
option aliases are not recognized in config files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2633
diff
changeset
|
26 keep_quoted_text = yes |
|
744f16fde4b2
option aliases are not recognized in config files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2633
diff
changeset
|
27 leave_body_unchanged = no |
|
744f16fde4b2
option aliases are not recognized in config files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2633
diff
changeset
|
28 default_class = issue |
|
2633
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
29 |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
30 [nosy] |
|
a9e1fff1e793
I thought I committed this last night. Ho hum.
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
31 messages_to_author = no |
|
2641
744f16fde4b2
option aliases are not recognized in config files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2633
diff
changeset
|
32 add_author = new |
|
744f16fde4b2
option aliases are not recognized in config files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2633
diff
changeset
|
33 add_recipients = new |
|
744f16fde4b2
option aliases are not recognized in config files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2633
diff
changeset
|
34 signature_position = bottom |
