Skip to content

Commit

Permalink
Update example to default port and assume trusted CA
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola committed Dec 9, 2024
1 parent 47ec175 commit 3b56b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import io.github.mapepire_ibmi.types.QueryResult;
public final class App {
public static void main(String[] args) throws Exception {
// Initialize credentials
DaemonServer creds = new DaemonServer("HOST", 8085, "USER", "PASSWORD", true, "CA");
DaemonServer creds = new DaemonServer("HOST", 8076, "USER", "PASSWORD");

// Establish connection
SqlJob job = new SqlJob();
Expand Down

0 comments on commit 3b56b3f

Please sign in to comment.