2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 15:23:11 +00:00
This commit is contained in:
2019-07-07 01:47:48 +03:00
parent 144db9ee8b
commit c6c04b0212
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
function init() {
var con = new DistributedConnection("ws://localhost:5001/iip/system/iip", "localhost", "ahmed", "password");
var con = new DistributedConnection("ws://localhost:5001/iip/system/iip", "localhost", "demo", "1234");
Warehouse.put(con, "remote");
con.on("ready", function (d) {