Skip to content

Commit

Permalink
Change README and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rault committed Jul 30, 2015
1 parent 22482cf commit ed2787c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Simply add this code at the end of your ``app/config/database.php`` file:
'ibmi' => [
'driver' => 'odbc' / 'ibm',
// General settings
'host' => 'gigc',
'host' => 'server',
'username' => '',
'password' => '',
//Server settings
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'ibmi' => [
'driver' => 'odbc' / 'ibm',
// General settings
'host' => 'gigc',
'host' => 'server',
'username' => '',
'password' => '',
//Server settings
Expand Down

0 comments on commit ed2787c

Please sign in to comment.