Mercurial > p > roundup > code
view doc/roundup-server.ini.example @ 3911:daedf66344f7
add an example to roundup-server's man page
I also made a slight change to the name=tracker_instance
portion to hopefully clarify that "name" is a variable.
hopefully this will eliminate some of the confusion in
[SF#1637358]
Suggestions about better clarifications are welcome :)
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Thu, 20 Sep 2007 17:03:17 +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
