summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstaf User <info@astaf.de>2014-06-27 14:44:14 +0200
committerAstaf User <info@astaf.de>2014-06-27 14:44:14 +0200
commit6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (patch)
tree9926c5798ca5ed825428279f74e9333e93670781
parentcb615cdc0f43e76cba5a61260afa37c88eda9603 (diff)
Config repariert
-rw-r--r--protected/config/main.php14
1 files 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.*',
- ),
+ ),*/
),
),