убирание портов в константы внутри кода
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package _VisualDVM;
|
||||
import Common.Utils.Vector_;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.util.Vector;
|
||||
public class Constants {
|
||||
@@ -42,6 +43,9 @@ public class Constants {
|
||||
public static final String SMTPHost = "smtp.mail.ru";
|
||||
public static final int SMTPPort = 465;
|
||||
public static final int MailSocketPort = 465;
|
||||
public static final int ComponentsServerPort = 7995;
|
||||
public static final int TestingServerPort = 7998;
|
||||
public static final int SocketTimeout = 5000;
|
||||
//-
|
||||
public static final String ServerAddress = "alex-freenas.ddns.net";
|
||||
public static final String ServerUserName = "testuser";
|
||||
|
||||
Reference in New Issue
Block a user