Mercurial > p > roundup > code
comparison roundup/templates/classic/config.rc @ 480:a5cd27d33516 config-0-4-0-branch
Initial ConfigParser implementation.
| author | Titus Brown <titus@users.sourceforge.net> |
|---|---|
| date | Thu, 03 Jan 2002 02:12:05 +0000 |
| parents | |
| children | 13719594278b |
comparison
equal
deleted
inserted
replaced
| 479:a038b872ab8b | 480:a5cd27d33516 |
|---|---|
| 1 [base] | |
| 2 full_name=howdy | |
| 3 email=issue_tracker@%(domain)s | |
| 4 url=http://some.useful.url | |
| 5 | |
| 6 # The email address that roundup will complain to if it runs into trouble | |
| 7 admin_email=roundup-admin@%(domain)s | |
| 8 | |
| 9 [mail] | |
| 10 host=localhost | |
| 11 domain=fill.me.in | |
| 12 | |
| 13 [standalone_http] | |
| 14 host= | |
| 15 port= |
