removed useles pictures
parent
d676960de5
commit
3d274c454a
|
@ -141,17 +141,17 @@ And configure the database connection:
|
||||||
'connection' => array(
|
'connection' => array(
|
||||||
'orm_default' => array(
|
'orm_default' => array(
|
||||||
'params' => array(
|
'params' => array(
|
||||||
'host' => 'host',
|
'host' => 'localhost',
|
||||||
'user' => 'user',
|
'user' => 'sqlmonarcuser',
|
||||||
'password' => 'password',
|
'password' => '<password>',
|
||||||
'dbname' => 'monarc_common',
|
'dbname' => 'monarc_common',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'orm_cli' => array(
|
'orm_cli' => array(
|
||||||
'params' => array(
|
'params' => array(
|
||||||
'host' => 'host',
|
'host' => 'localhost',
|
||||||
'user' => 'user',
|
'user' => 'sqlmonarcuser',
|
||||||
'password' => 'password',
|
'password' => '<password>',
|
||||||
'dbname' => 'monarc_cli',
|
'dbname' => 'monarc_cli',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 51 KiB |
Loading…
Reference in New Issue