no message

This commit is contained in:
2024-02-16 21:44:13 +03:00
parent 1bb3da18c3
commit 0efd6ebb9b
19 changed files with 111 additions and 45 deletions

View File

@@ -20,9 +20,13 @@ public class GlobalProperties extends Properties {
@Expose
public Current.Mode Mode = Current.Mode.Normal;
@Expose
public int ComponentsServerPort = 7995; //пока не используется
public String ServerAddress="alex-freenas.ddns.net";
@Expose
public int TestingServerPort = 7998; //пока не используется
public String ServerUserName ="testuser";
@Expose
public int ComponentsServerPort = 7995;
@Expose
public int TestingServerPort = 7998;
//---
@Expose
public int SocketTimeout = 5000;