diff --git a/samples-node/datalayer.client.simple/src/app.ts b/samples-node/datalayer.client.simple/src/app.ts index f2b45b98..1d81547d 100644 --- a/samples-node/datalayer.client.simple/src/app.ts +++ b/samples-node/datalayer.client.simple/src/app.ts @@ -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.