Mercurial > p > roundup > code
diff instance_defaults.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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/instance_defaults.rc Thu Jan 03 02:12:05 2002 +0000 @@ -0,0 +1,21 @@ +[DEFAULT] +domain= + +[mail] +host=localhost + +[standalone_http] +host= +port= + +[base] +databasedir=%(homedir)s/db +templatedir=%(homedir)s/html + +log=%(homedir)s/roundup.log + +filter_position=bottom +anonymous_access=deny +anonymous_register=deny +messages_to_author=no +email_signature_position=bottom
