diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 14:55:57 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 14:55:57 +0200 |
| commit | d247d2362becbef2975e253becabd571d88a8f13 (patch) | |
| tree | f13c95bcc4a9d891a98196b24134ba8536c01d8c | |
| parent | 43bc6e0104470ab110affa59dfb7fdcc2f8940a9 (diff) | |
| parent | 6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (diff) | |
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/www.astaf.de
| -rw-r--r-- | protected/config/main.php | 16 |
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.*', - ), + ),*/ ), ), |
