diff --git a/README.md b/README.md index 8803900..712da34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/config/config.php b/src/config/config.php index 1585e69..b3197f8 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -64,7 +64,7 @@ return [ 'ibmi' => [ 'driver' => 'odbc' / 'ibm', // General settings - 'host' => 'gigc', + 'host' => 'server', 'username' => '', 'password' => '', //Server settings