Mercurial > p > roundup > code
view doc/roundup-server.ini.example @ 3061:b0f5ea4e4dff
First fixes for Python 2.1 compatibility:
* don't use booleans
* don't use a string > 1 char with 'in'
* use has_key instead of 'in' for dictionaries
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Wed, 05 Jan 2005 21:50:03 +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
