Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/roundup-server.ini.example Tue Jul 27 00:45:49 2004 +0000 @@ -0,0 +1,16 @@ +; 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 +
