diff --git a/test/basic-example/index.js b/test/basic-example/index.js index 26cbec5..b693fd3 100644 --- a/test/basic-example/index.js +++ b/test/basic-example/index.js @@ -2,7 +2,11 @@ import { Client, TextPacket, Peer } from "../../dist/index.js"; const client = new Client({ enet: { - ip: "0.0.0.0" + ip: "0.0.0.0", + port: 17091 + }, + https: { + port: 8080 // Testing purposes (Must be 80 if production) } });