@@ -2,7 +2,7 @@ discard block |
||
2 | 2 | |
3 | 3 | return array( |
4 | 4 | |
5 | - /* |
|
5 | + /* |
|
6 | 6 | |-------------------------------------------------------------------------- |
7 | 7 | | Database Connections |
8 | 8 | |-------------------------------------------------------------------------- |
@@ -25,18 +25,18 @@ discard block |
||
25 | 25 | | |
26 | 26 | */ |
27 | 27 | |
28 | - 'databases' => array ( |
|
29 | - 'db' => array ( |
|
30 | - 'type' => '\Phalcon\Db\Adapter\Pdo\Mysql', |
|
31 | - 'config' => array ( |
|
32 | - 'host' => '127.0.0.1', |
|
33 | - 'port' => 3306, |
|
34 | - 'username' => 'root', |
|
35 | - 'password' => '', |
|
36 | - 'dbname' => '', |
|
37 | - 'dbname' => 'northwind', |
|
38 | - 'persistent' => FALSE |
|
39 | - ) |
|
40 | - ) |
|
41 | - ) |
|
28 | + 'databases' => array ( |
|
29 | + 'db' => array ( |
|
30 | + 'type' => '\Phalcon\Db\Adapter\Pdo\Mysql', |
|
31 | + 'config' => array ( |
|
32 | + 'host' => '127.0.0.1', |
|
33 | + 'port' => 3306, |
|
34 | + 'username' => 'root', |
|
35 | + 'password' => '', |
|
36 | + 'dbname' => '', |
|
37 | + 'dbname' => 'northwind', |
|
38 | + 'persistent' => FALSE |
|
39 | + ) |
|
40 | + ) |
|
41 | + ) |
|
42 | 42 | ); |
43 | 43 | \ No newline at end of file |
@@ -25,10 +25,10 @@ |
||
25 | 25 | | |
26 | 26 | */ |
27 | 27 | |
28 | - 'databases' => array ( |
|
29 | - 'db' => array ( |
|
28 | + 'databases' => array( |
|
29 | + 'db' => array( |
|
30 | 30 | 'type' => '\Phalcon\Db\Adapter\Pdo\Mysql', |
31 | - 'config' => array ( |
|
31 | + 'config' => array( |
|
32 | 32 | 'host' => '127.0.0.1', |
33 | 33 | 'port' => 3306, |
34 | 34 | 'username' => 'root', |