Skip to content

Commit ed2787c

Browse files
author
Maxime Rault
committed
Change README and config
1 parent 22482cf commit ed2787c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Simply add this code at the end of your ``app/config/database.php`` file:
5959
'ibmi' => [
6060
'driver' => 'odbc' / 'ibm',
6161
// General settings
62-
'host' => 'gigc',
62+
'host' => 'server',
6363
'username' => '',
6464
'password' => '',
6565
//Server settings

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'ibmi' => [
6565
'driver' => 'odbc' / 'ibm',
6666
// General settings
67-
'host' => 'gigc',
67+
'host' => 'server',
6868
'username' => '',
6969
'password' => '',
7070
//Server settings

0 commit comments

Comments
 (0)