Skip to content

Commit f8e6979

Browse files
author
David Mlnarik
committed
Set public server for testing purposes
1 parent 402f0ad commit f8e6979

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SQLsync/src/com/nexusray/sqlsync/settings/SyncSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public final class SyncSettings {
1212

1313
// SERVICE settings
1414
// To use SSL use 'https' in the URL and use proper port if needed
15-
public final static String URL_WEBSERVICE = "http://10.0.0.32:9090/SyncService.php";
16-
//public final static String URL_WEBSERVICE = "http://nexusray.com/sqlsync/webservice/SyncService.php";
15+
//public final static String URL_WEBSERVICE = "http://10.0.0.32:9090/SyncService.php";
16+
public final static String URL_WEBSERVICE = "http://nexusray.com/sqlsync/webservice/SyncService.php";
1717
public final static int HTTP_TIMEOUT = 30000;
1818

1919
}

SampleSQLsync/src/com/example/samplesqlsync/SampleActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class SampleActivity extends Activity {
3030
public long timeStart = 0;
3131

3232
// URL must be same as library uses otherwise it won't work correctly
33-
public final static String WEBSERVICE_URL = "http://10.0.0.32:9090";
34-
//public final static String WEBSERVICE_URL = "http://nexusray.com/sqlsync/webservice";
33+
//public final static String WEBSERVICE_URL = "http://10.0.0.32:9090";
34+
public final static String WEBSERVICE_URL = "http://nexusray.com/sqlsync/webservice";
3535
public final static String SCRIPT_BENCH_URL = WEBSERVICE_URL + "/sample/SampleBench.php";
3636
TextView resultField = null;
3737
ContentResolver cr = null;

0 commit comments

Comments
 (0)