diff options
Diffstat (limited to 'protected/config/maincfg.php')
| -rw-r--r-- | protected/config/maincfg.php | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php index c1443ba..0195b09 100644 --- a/protected/config/maincfg.php +++ b/protected/config/maincfg.php @@ -7,7 +7,7 @@ // CWebApplication properties can be configured here. return array( 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', - 'name'=>'Altstadtfest Waiblingen - Vereinsadministration', + 'name'=>'Vereinsadministration - Altstadtfest Waiblingen', // preloading 'log' component 'preload'=>array('log'), @@ -41,6 +41,9 @@ return array( // enable cookie-based authentication 'allowAutoLogin'=>true, ), + 'session'=>array( + 'timeout'=>30, + ), // uncomment the following to enable URLs in path-format /*'urlManager'=>array( @@ -74,12 +77,15 @@ return array( 'class'=>'CFileLogRoute', 'levels'=>'error, warning', ), + array( + 'class'=>'CFileLogRoute', + 'logFile'=>'debug.log', + ), // uncomment the following to show log messages on web pages /* array( 'class'=>'CWebLogRoute', - ), - */ + ),*/ ), ), ), |
