Mercurial > p > roundup > code
view doc/roundup-server.ini.example @ 3956:bb2722260e47
Fixes from Martin v. Löwis:
- Messages created through the web are now given an in-reply-to header
when email out to nosy
- Nosy messages now include more information about issues (all link
properties with a "name" attribute)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 08 Jan 2008 20:55:26 +0000 |
| parents | 679118b572d5 |
| children | 96dc9f07340a |
line wrap: on
line source
; This is a sample configuration file for roundup-server. See the ; admin_guide for information about its contents. [main] port = 8080 ;hostname = ;user = ;group = ;log_ip = yes ;pidfile = ;logfile = ;template = ;ssl = no ;pem = ; Add one of these per tracker being served [trackers] home = /path/to/tracker
