Mercurial > p > roundup > code
view templates/classic/config.ini @ 2693:59ea85d47d34
add dbnamestr argument to connection_dict...
...passed to rdbms_common.connection_dict instead of hard-coded 'db'.
this allows maintenance procedures (db_nuke, db_create, db_exists)
to connect without specifying roundup database name:
these functions must not require existing roundup database.
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 26 Sep 2004 15:16:02 +0000 |
| parents | 1df7d4a41da4 |
| children |
line wrap: on
line source
[main] database = db templates = html admin_email = roundup-admin new_web_user_roles = User new_email_user_roles = User error_messages_to = user html_version = html4 default_timezone = 0 [tracker] name = Roundup issue tracker web = http://tracker.example/cgi-bin/roundup.cgi/bugs/ email = issue_tracker [logging] level = ERROR [mail] domain = your.tracker.email.domain.example host = localhost charset = utf-8 [mailgw] keep_quoted_text = yes leave_body_unchanged = no default_class = issue [nosy] messages_to_author = no add_author = new add_recipients = new signature_position = bottom
