Línea 4... |
Línea 4... |
4 |
|
4 |
|
5 |
public static final int APPLICATION_ID = 1;
|
5 |
public static final int APPLICATION_ID = 1;
|
6 |
public static final boolean DEBUG = true;
|
6 |
public static final boolean DEBUG = true;
|
Línea 7... |
Línea 7... |
7 |
public static final boolean LOCAL = false;
|
7 |
public static final boolean LOCAL = false;
|
8 |
|
8 |
|
9 |
//public static final String URL_ENDPOINT = "https://leaderslinked.com";
|
9 |
public static final String URL_ENDPOINT = "https://leaderslinked.com";
|
10 |
public static final String URL_ENDPOINT = "https://dev.leaderslinked.com";
|
10 |
// public static final String URL_ENDPOINT = "https://dev.leaderslinked.com";
|
Línea 11... |
Línea 11... |
11 |
//public static final String URL_ENDPOINT = "https://nexa.leaderslinked.com";
|
11 |
//public static final String URL_ENDPOINT = "https://nexa.leaderslinked.com";
|
12 |
//public static final String URL_ENDPOINT = "http://10.0.2.2"; //https://dev.leaderslinked.com";
|
12 |
//public static final String URL_ENDPOINT = "http://10.0.2.2"; //https://dev.leaderslinked.com";
|