diff options
Diffstat (limited to 'protected/config/maincfg.php')
| -rw-r--r-- | protected/config/maincfg.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php index b85c2ea..7106a79 100644 --- a/protected/config/maincfg.php +++ b/protected/config/maincfg.php @@ -61,7 +61,7 @@ return array( 'transportType' => 'php',
'viewPath' => 'application.views.mail',
'logging' => true,
- 'dryRun' => true
+ 'dryRun' => false
), // uncomment the following to enable URLs in path-format @@ -79,11 +79,12 @@ 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' => 'astaf', 'password' => 'AsTaF4', 'charset' => 'utf8', + 'tablePrefix' => 'tbl_' ), 'errorHandler'=>array( // use 'site/error' action to display errors @@ -101,8 +102,7 @@ return array( 'logFile'=>'debug.log', ), // uncomment the following to show log messages on web pages - /* - array( + /* array( 'class'=>'CWebLogRoute', ),*/ ), |
