removed useles pictures

pull/202/head
Cédric Bonhomme 2019-08-22 12:50:05 +02:00
parent d676960de5
commit 3d274c454a
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
4 changed files with 6 additions and 6 deletions

View File

@ -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