Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roundup/templates/classic/config.rc Thu Jan 03 02:12:05 2002 +0000 @@ -0,0 +1,15 @@ +[base] +full_name=howdy +email=issue_tracker@%(domain)s +url=http://some.useful.url + +# The email address that roundup will complain to if it runs into trouble +admin_email=roundup-admin@%(domain)s + +[mail] +host=localhost +domain=fill.me.in + +[standalone_http] +host= +port=
