summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:31:43 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:31:43 +0200
commit4cbd54dc150d46a9971643ba107b70916dfa15f1 (patch)
treec279ac23fcfe8541bcf531b5c5d6f6c6e608f347
parent839a8e73b87dcdd5c19a3ef3039967b7b2800e6c (diff)
parentc647025290d4280945098ad95732e6fb2308cffb (diff)
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/www.astaf.de
-rw-r--r--protected/config/main.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index afab916..5730be4 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -7,7 +7,7 @@
// CWebApplication properties can be configured here.
return array(
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
- 'name'=>'Waiblinger Altstadtfest 2014',
+ 'name'=>'TEST - Waiblinger Altstadtfest 2014',
'theme' => 'astaf',
'sourceLanguage' => 'en',
'language' =>'de',
@@ -71,10 +71,10 @@ return array(
// uncomment the following to use a MySQL database
'db'=>array(
- 'connectionString' => 'mysql:host=database;dbname=astaf_2012',
+ 'connectionString' => 'mysql:host=localhost;dbname=astaf',
'emulatePrepare' => true,
- 'username' => 'astaf',
- 'password' => 'AsTaF4',
+ 'username' => 'root',
+ 'password' => '',
'charset' => 'utf8',
'tablePrefix' => 'tbl_'
),
@@ -88,17 +88,17 @@ return array(
'routes'=>array(
'file'=>array(
'class'=>'CFileLogRoute',
- 'levels'=>'error, warning',
- // 'categories'=>'system.db.*',
+ 'levels'=>'error, warning, debug, trace',
+ '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.*',
- ),*/
+ ),
),
),