summaryrefslogtreecommitdiff
path: root/protected/config/console.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-30 10:18:11 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-30 10:18:11 +0200
commitacec2b5dc35302147f9a9c73d837dce2f3f9958e (patch)
tree2f88a3a657a9211331e1e63e056a089189bd0dd2 /protected/config/console.php
parent56593a21209f3ce55fe66d303dbe01b8e081778b (diff)
parent148a216bba21cec1cbe07b60b5191791e0016d6f (diff)
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/config/console.php')
-rw-r--r--protected/config/console.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/protected/config/console.php b/protected/config/console.php
index 15c9353..2df2b24 100644
--- a/protected/config/console.php
+++ b/protected/config/console.php
@@ -7,18 +7,16 @@ return array(
'name'=>'My Console Application',
// application components
'components'=>array(
- 'db'=>array(
+ /*'db'=>array(
'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/testdrive.db',
- ),
+ ),*/
// uncomment the following to use a MySQL database
- /*
'db'=>array(
- 'connectionString' => 'mysql:host=localhost;dbname=testdrive',
+ 'connectionString' => 'mysql:host=localhost;dbname=astaf',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
),
- */
),
); \ No newline at end of file