File tree Expand file tree Collapse file tree
SQLsync/src/com/nexusray/sqlsync/settings
SampleSQLsync/src/com/example/samplesqlsync Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments