вынос порта для SSH

This commit is contained in:
2024-02-19 18:01:17 +03:00
parent a138f367a8
commit 11f82d2bb9
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ public class GlobalProperties extends Properties {
@Expose
public String ServerUserName ="testuser";
@Expose
public int ServerUserSHHPort = 23;
@Expose
public int ComponentsServerPort = 7995;
@Expose
public int TestingServerPort = 7998;