[Lxr-commits] CVS: lxr/templates lxr.conf,1.2,1.3
Brought to you by:
ajlittoz
|
From: Per K. G. <pe...@us...> - 2001-10-16 20:25:35
|
Update of /cvsroot/lxr/lxr/templates In directory usw-pr-cvs1:/tmp/cvs-serv16465/templates Modified Files: lxr.conf Log Message: Database password and user can now be specified in lxr.conf Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- lxr.conf 2001/09/27 16:12:21 1.2 +++ lxr.conf 2001/10/16 20:25:32 1.3 @@ -127,5 +127,8 @@ # If dbname is a directory the db-file databases will be stored here # if a relational database is used the name is a dbi database specifier 'dbname' => 'dbi:mysql:dbname=lxr', +# Used with the mysql backend +# 'dbpass' => 'foo', +# 'dbuser' => 'lxr' # 'dbname' => 'src/db', }) |