get all the services working together

This commit is contained in:
Taeer Bar-Yam 2024-03-20 05:24:24 -04:00
parent 1b0fcff9fb
commit 907a9c9494

View file

@ -29,11 +29,6 @@
host.port = 9000; host.port = 9000;
guest.port = 9000; guest.port = 9000;
} }
{
from = "host";
host.port = 2222;
guest.port = 22;
}
]; ];
}; };
} }