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.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php
index 8b37493..78c3c6a 100644
--- a/protected/config/maincfg.php
+++ b/protected/config/maincfg.php
@@ -51,10 +51,10 @@ return array(
),*/
// uncomment the following to use a MySQL database
'db'=>array(
- 'connectionString' => 'mysql:host=localhost;dbname=astaf_yii_dev',
+ 'connectionString' => 'mysql:host=localhost;dbname=astaf',
'emulatePrepare' => true,
- 'username' => 'root',
- 'password' => '',
+ 'username' => 'astaf',
+ 'password' => 'AsTaF4',
'charset' => 'utf8',
),
'errorHandler'=>array(