Mercurial > p > roundup > code
view doc/roundup-server.ini.example @ 4901:fa268ea457db
Add note about dropping support for Python v2.5
After some discussion on the roundup-devel mailing list it was agreed
that support for Python v2.5 should be dropped in the v1.6 release of
Roundup.
Dropping support for Python v2.5 should allow a number of cleanups to
the code base as well a provide and opportunity to start porting Roundup
to Python v3.
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Wed, 25 Jun 2014 13:19:42 +1000 |
| 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
