summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorccwn <tzur@ccwn.org>2012-04-24 18:49:57 +0200
committerccwn <tzur@ccwn.org>2012-04-24 18:49:57 +0200
commitc98745edd2c7b2f48bc3493c4dd9a061376c4720 (patch)
treeca1b559f220ec28c3f263d02a8b832613493471f /protected/config
parent314328f527e8cae759d496f528a1472d7970c137 (diff)
- Database setup
- Database schema - Database dev data - config for new database setup - Update in AngebotVerein - Update in Speis&Trank - Update in Verein - Update in Kategorie
Diffstat (limited to 'protected/config')
-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(