From 6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 Mon Sep 17 00:00:00 2001 From: Astaf User Date: Fri, 27 Jun 2014 14:44:14 +0200 Subject: Config repariert --- protected/config/main.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/protected/config/main.php b/protected/config/main.php index 3305301..afab916 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -71,10 +71,10 @@ return array( // uncomment the following to use a MySQL database 'db'=>array( - 'connectionString' => 'mysql:host=localhost;dbname=astaf', + 'connectionString' => 'mysql:host=database;dbname=astaf_2012', 'emulatePrepare' => true, - 'username' => 'root', - 'password' => '', + 'username' => 'astaf', + 'password' => 'AsTaF4', 'charset' => 'utf8', 'tablePrefix' => 'tbl_' ), @@ -88,17 +88,17 @@ return array( 'routes'=>array( 'file'=>array( 'class'=>'CFileLogRoute', - 'levels'=>'error, warning, debug, trace', - 'categories'=>'system.db.*', + 'levels'=>'error, warning', + // 'categories'=>'system.db.*', ), // uncomment the following to show log messages on web pages - 'web'=>array( + /* 'web'=>array( 'class'=>'CWebLogRoute', 'levels'=>'trace, info, error, warning', 'categories'=>'system.db.*', - ), + ),*/ ), ), -- cgit v1.0-28-g1787