Mercurial > p > roundup > code
comparison doc/roundup-server.ini.example @ 2632:9c55f2bc5961
roundup-server now has a configuration file (-C option)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 27 Jul 2004 00:45:49 +0000 |
| parents | |
| children | 2359d6304a4f |
comparison
equal
deleted
inserted
replaced
| 2631:2bbcfc80ba5b | 2632:9c55f2bc5961 |
|---|---|
| 1 ; This is a sample configuration file for roundup-server. See the | |
| 2 ; admin_guide for information about its contents. | |
| 3 [server] | |
| 4 port = 8080 | |
| 5 ;hostname = | |
| 6 ;user = | |
| 7 ;group = | |
| 8 ;log_ip = yes | |
| 9 ;pidfile = | |
| 10 ;logfile = | |
| 11 | |
| 12 | |
| 13 ; Add one of these per tracker being served | |
| 14 [tracker_url_component] | |
| 15 home = /path/to/tracker | |
| 16 |
