Commit 57deba6b by Kunj Gupta

Changed the socket server urls.

parent a5ec3d51
......@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public static final String CHAT_SERVER_URL_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12911/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12913/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
}
......@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public static final String CHAT_SERVER_URL_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12911/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12913/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
}
......@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public static final String CHAT_SERVER_URL_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12911/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12913/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
}
......@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public static final String CHAT_SERVER_URL_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12911/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12913/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
}
......@@ -48,6 +48,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public static final String CHAT_SERVER_URL_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12911/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12913/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/";
public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment