summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-15 21:30:11 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-15 21:30:11 +0200
commit5759435f4da8ec800ba9af0fbbf7d6691e9ed56c (patch)
treea3e6f6c676743e89b11804a03bd4f1e837983be9 /protected/config
parent94bdb31c204cdae3ca820828d4731f11f6ffeeae (diff)
diverse Layoutings
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/main.php24
1 files changed, 16 insertions, 8 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index 87cdf0a..653a119 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -64,9 +64,9 @@ return array(
),
),
*/
- 'db'=>array(
- 'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/testdrive.db',
- ),
+// 'db'=>array(
+// 'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/testdrive.db',
+// ),
// uncomment the following to use a MySQL database
'db'=>array(
@@ -87,13 +87,13 @@ return array(
'routes'=>array(
array(
'class'=>'CFileLogRoute',
- 'levels'=>'error, warning',
+ 'levels'=>'error, warning, debug,trace',
),
// uncomment the following to show log messages on web pages
- array(
- 'class'=>'CWebLogRoute',
- ),
+// array(
+// 'class'=>'CWebLogRoute',
+// ),
),
),
@@ -103,6 +103,14 @@ return array(
// using Yii::app()->params['paramName']
'params'=>array(
// this is used in contact page
- 'adminEmail'=>'webmaster@example.com',
+ 'adminEmail'=>'webmaster@astaf.de',
+ 'pos_lat'=>48.8323934983,
+ 'pos_long'=>9.31750059128,
+ 'map_api_key'=>'ABQIAAAAzwMJRVnIOel5nqTjdUcPrRTSNOUR83EeIVShY4aBvXxHJx0DexSUFNGH3KQhtFhfSNHxkECqL5rQBA',
+ 'map_api_domain'=>'www.astaf.de',
+ 'start_date'=>'01.07.2012',
+ 'end_date'=>'03.07.2012',
+ 'start_time'=>'19:00',
+ 'end_time'=>'23:00',
),
); \ No newline at end of file