Commit 06194faa by Kunj Gupta

Made some changes in socket server urls for build type.

parent 1c36809d
...@@ -46,6 +46,6 @@ public class AppConfig { ...@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/ * 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_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/"; 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:12912/"; public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
} }
...@@ -46,6 +46,6 @@ public class AppConfig { ...@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/ * 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_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/"; 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:12912/"; public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
} }
...@@ -46,6 +46,6 @@ public class AppConfig { ...@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/ * 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_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/"; 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:12912/"; public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
} }
...@@ -46,6 +46,6 @@ public class AppConfig { ...@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/ * 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_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/"; 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:12912/"; public static final String CHAT_SERVER_URL_STAGING = "http://111.93.6.218:12912/";
} }
...@@ -48,6 +48,6 @@ public class AppConfig { ...@@ -48,6 +48,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/ * 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_RELEASE = "http://111.93.6.218:12914/";
public static final String CHAT_SERVER_URL_DEBUG = "http://111.93.6.218:12912/"; 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: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