Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions samples-node/datalayer.client.simple/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ async function main() {
await system.start(false);

// Create a remote address with the parameters according to your environment
//const remote = Remote.build({ ip: "10.52.2.2", sslPort: 8443 });
const remote = Remote.build({ ip: "10.52.128.83", sslPort: 443 });
const remote = Remote.build({ ip: '10.0.2.2', sslPort: 8443 });
console.log('connection string:', remote);

// Create a Datalayer Client instance and connect. Automatically reconnects if the connection is interrupted.
Expand Down