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 124cd3c..52c34bf 100644 --- a/protected/config/maincfg.php +++ b/protected/config/maincfg.php @@ -55,7 +55,7 @@ return array( 'transportType' => 'php',
'viewPath' => 'application.views.mail',
'logging' => true,
- 'dryRun' => true
+ 'dryRun' => false
), // uncomment the following to enable URLs in path-format @@ -73,11 +73,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 @@ -95,10 +96,9 @@ return array( 'logFile'=>'debug.log', ), // uncomment the following to show log messages on web pages - /* array( 'class'=>'CWebLogRoute', - ),*/ + ), ), ), ), |
