From 95fa990f86d31850bd5876866d5d3058dc650f5a Mon Sep 17 00:00:00 2001 From: Astaf User Date: Fri, 27 Jun 2014 14:31:03 +0200 Subject: Config Stand 2014 --- protected/config/main.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protected/config/main.php b/protected/config/main.php index 1ee938c..ab7ab8f 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 2013', + 'name'=>'Waiblinger Altstadtfest 2014', 'theme' => 'astaf', 'sourceLanguage' => 'en', 'language' =>'de', @@ -108,8 +108,8 @@ return array( 'pos_long'=>9.31750059128, 'map_api_key'=>'ABQIAAAAzwMJRVnIOel5nqTjdUcPrRTSNOUR83EeIVShY4aBvXxHJx0DexSUFNGH3KQhtFhfSNHxkECqL5rQBA', 'map_api_domain'=>'www.astaf.de', - 'start_date'=>'28.06.2013', - 'end_date'=>'30.06.2013', + 'start_date'=>'27.06.2014', + 'end_date'=>'29.06.2014', 'start_time'=>'19:00', 'end_time'=>'23:00', ), -- cgit v1.0-28-g1787 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