Skip to content

Commit

Permalink
fix: test module https config
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent ee3d21e commit 5e8c7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/basic-example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const client = new Client({
port: 17091
},
https: {
httpPort: 8080 // Testing purposes (Must be 80 if production)
httpPort: 8080, // Testing purposes (Must be 80 if production)
httpsPort: 8081 // Testing purposes (Must be 443 if production)
}
});

Expand Down

0 comments on commit 5e8c7a0

Please sign in to comment.