Mercurial > p > roundup > code
view doc/roundup-server.ini.example @ 3441:5791c9e6ab24
Fixes for SourceForge tracker items.
- favicon.ico image may be changed with server config option (patch [SF#1355661])
- Password objects initialized from plaintext remember plaintext value
(rfe [SF#1379447])
- use quoted printable encoding for nosy attachments that have MIME
type 'text/plain' but contain 8-bit characters [SF#1381559]
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Dec 2005 16:24:11 +0000 |
| parents | 9c55f2bc5961 |
| children | 2359d6304a4f |
line wrap: on
line source
; This is a sample configuration file for roundup-server. See the ; admin_guide for information about its contents. [server] port = 8080 ;hostname = ;user = ;group = ;log_ip = yes ;pidfile = ;logfile = ; Add one of these per tracker being served [tracker_url_component] home = /path/to/tracker
