summaryrefslogtreecommitdiff
path: root/protected/config/maincfg.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/config/maincfg.php')
-rw-r--r--protected/config/maincfg.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php
index 78c3c6a..c1443ba 100644
--- a/protected/config/maincfg.php
+++ b/protected/config/maincfg.php
@@ -16,7 +16,8 @@ return array(
'import'=>array(
'application.models.*',
'application.components.*',
- 'application.extensions.egmap.*'
+ 'application.extensions.egmap.*',
+ 'application.modules.auditTrail.models.AuditTrail',
),
'modules'=>array(
@@ -27,6 +28,11 @@ return array(
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
),
+ 'auditTrail'=>array(
+ 'userClass' => 'User', // the class name for the user object
+ 'userIdColumn' => 'id', // the column name of the primary key for the user
+ 'userNameColumn' => 'username', // the column name of the primary key for the user
+ ),
),
// application components
@@ -86,6 +92,10 @@ return array(
'pos_lat'=>48.8323934983,
'pos_long'=>9.31750059128,
'map_api_key'=>'ABQIAAAAzwMJRVnIOel5nqTjdUcPrRTSNOUR83EeIVShY4aBvXxHJx0DexSUFNGH3KQhtFhfSNHxkECqL5rQBA',
- 'map_api_domain'=>'www.astaf.de'
+ '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