Mercurial > p > roundup > code
diff roundup/configuration.py @ 3100:406862712b7d maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 Jan 2005 05:05:12 +0000 |
| parents | 9d2c5d7c6f85 |
| children | e1da7b5b04ab |
line wrap: on
line diff
--- a/roundup/configuration.py Thu Jan 13 04:50:11 2005 +0000 +++ b/roundup/configuration.py Thu Jan 13 05:05:12 2005 +0000 @@ -1,6 +1,6 @@ # Roundup Issue Tracker configuration support # -# $Id: configuration.py,v 1.23 2004-11-18 14:02:25 a1s Exp $ +# $Id: configuration.py,v 1.23.2.1 2005-01-13 05:05:11 richard Exp $ # __docformat__ = "restructuredtext" @@ -484,6 +484,12 @@ (NullableOption, 'password', 'roundup', "Database user password.", ['MYSQL_DBPASSWORD']), + (NullableOption, 'read_default_file', '~/.my.cnf', + "Name of the MySQL defaults file.\n" + "Only used in MySQL connections."), + (NullableOption, 'read_default_group', 'roundup', + "Name of the group to use in the MySQL defaults file (.my.cnf).\n" + "Only used in MySQL connections."), ), "Settings in this section are used" " by Postgresql and MySQL backends only" ),
