no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user