[Lambda-cvs] lambda/includes config.php-dist,1.4,1.5
Status: Pre-Alpha
Brought to you by:
ariejan
From: Ariejan de V. <ar...@us...> - 2004-07-07 10:08:24
|
Update of /cvsroot/lambda/lambda/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29588 Modified Files: config.php-dist Log Message: Changed MySQL server from IP to hostname 'localhost' Index: config.php-dist =================================================================== RCS file: /cvsroot/lambda/lambda/includes/config.php-dist,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.php-dist 22 Jun 2004 12:53:52 -0000 1.4 --- config.php-dist 7 Jul 2004 10:08:08 -0000 1.5 *************** *** 25,29 **** /* Hostname or IP of your MySQL database */ ! $config['mysql']['hostname'] = '127.0.0.1'; /* Port of your MySQL database. Default is 3306. */ --- 25,29 ---- /* Hostname or IP of your MySQL database */ ! $config['mysql']['hostname'] = 'localhost'; /* Port of your MySQL database. Default is 3306. */ |