|
@@ -1,6 +1,8 @@
|
|
package com.icontrols.kakao.common;
|
|
package com.icontrols.kakao.common;
|
|
|
|
|
|
public class SERVERINFO {
|
|
public class SERVERINFO {
|
|
|
|
+ public static final boolean isDev = false;
|
|
|
|
+
|
|
public static final int debugFlag = 1;
|
|
public static final int debugFlag = 1;
|
|
|
|
|
|
// 월패드 전송 포트 - 신규 프로토콜 적용( 월패드에서 이통사 연동 관련 프로토콜은 기존 수신 소켓이 아닌 독립적인 서비스 수신소켓으로
|
|
// 월패드 전송 포트 - 신규 프로토콜 적용( 월패드에서 이통사 연동 관련 프로토콜은 기존 수신 소켓이 아닌 독립적인 서비스 수신소켓으로
|
|
@@ -15,11 +17,15 @@ public class SERVERINFO {
|
|
|
|
|
|
// public static final String SendEventIP = "http://61.33.215.56"; // 이통사 개발서버
|
|
// public static final String SendEventIP = "http://61.33.215.56"; // 이통사 개발서버
|
|
// public static final String SendEventIP = "http://112.220.212.226"; //이통사 상용서버
|
|
// public static final String SendEventIP = "http://112.220.212.226"; //이통사 상용서버
|
|
|
|
+
|
|
public static final String SendDevEventURL = "http://localhost"; // 중계서버로 변경해야함.
|
|
public static final String SendDevEventURL = "http://localhost"; // 중계서버로 변경해야함.
|
|
|
|
+ public static final String SendKakaoEventURL = "https://teldev.hdc-smart.com"; // 중계서버로 변경해야함.
|
|
|
|
+
|
|
public static String SendEventURL = "https://hdc-smart.com";
|
|
public static String SendEventURL = "https://hdc-smart.com";
|
|
|
|
|
|
public static String SendEventPort = "8005";
|
|
public static String SendEventPort = "8005";
|
|
public static final String SendDevEventPort = "8002";
|
|
public static final String SendDevEventPort = "8002";
|
|
|
|
+ public static final String SendKakaoEventPort = "80";
|
|
|
|
|
|
public static final String UPDATE_NOTICE_KIND = "/service/new_server.dat";
|
|
public static final String UPDATE_NOTICE_KIND = "/service/new_server.dat";
|
|
public static final String DEV_SERVER = "/service/dev_server.dat";
|
|
public static final String DEV_SERVER = "/service/dev_server.dat";
|