1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-28 12:35:04 +03:00
ifhub.club/config/config.db.php
2008-09-21 06:36:57 +00:00

29 lines
642 B
PHP

<?
/*-------------------------------------------------------
*
* LiveStreet Engine Social Networking
* Copyright © 2008 Mzhelskiy Maxim
*
*--------------------------------------------------------
*
* Official site: www.livestreet.ru
* Contact e-mail: rus.engine@gmail.com
*
* GNU General Public License, version 2:
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
---------------------------------------------------------
*/
/**
* Настройки коннекта к БД
*/
return array(
'host' => 'localhost',
'port' => '3306',
'user' => 'root',
'pass' => '',
'type' => 'mysql',
'dbname' => 'social',
);
?>