summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:35:35 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:35:35 +0200
commited5683b47e442d3b8d58245357867668368772fe (patch)
treee87657e2e87619740adc9eb2d470393308e97277
parent4cbd54dc150d46a9971643ba107b70916dfa15f1 (diff)
Config repariertHEADmaster
-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 5730be4..afab916 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'=>'TEST - Waiblinger Altstadtfest 2014',
+ 'name'=>'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=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.*',
- ),
+ ),*/
),
),