Update README.md
This commit is contained in:
parent
81cb89a639
commit
679045e0dd
@ -57,7 +57,7 @@ Simply add this code at the end of your ``app/config/database.php`` file:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'ibmi' => [
|
'ibmi' => [
|
||||||
'driver' => 'odbc' / 'ibm',
|
'driver' => 'odbc' / 'ibm' / 'odbczos',
|
||||||
'driverName' => '{IBM i Access ODBC Driver}' / '{iSeries Access ODBC Driver}',
|
'driverName' => '{IBM i Access ODBC Driver}' / '{iSeries Access ODBC Driver}',
|
||||||
// General settings
|
// General settings
|
||||||
'host' => 'server',
|
'host' => 'server',
|
||||||
@ -67,6 +67,7 @@ Simply add this code at the end of your ``app/config/database.php`` file:
|
|||||||
'database' => 'WRKRDBDIRE entry',
|
'database' => 'WRKRDBDIRE entry',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'schema' => 'default schema',
|
'schema' => 'default schema',
|
||||||
|
'port' => 50000,
|
||||||
'signon' => 3,
|
'signon' => 3,
|
||||||
'ssl' => 0,
|
'ssl' => 0,
|
||||||
'commitMode' => 2,
|
'commitMode' => 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user