Skip to content

Commit 6038fe8

Browse files
committed
production server is changed
1 parent dd14606 commit 6038fe8

File tree

1 file changed

+1
-1
lines changed
  • ats-sdk/src/main/java/com/apporioinfolabs/ats_sdk

1 file changed

+1
-1
lines changed

ats-sdk/src/main/java/com/apporioinfolabs/ats_sdk/ATS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static class Builder {
110110

111111
// Socket Settings
112112
// public String SocketEndPoint = "http://13.233.98.63:3005";
113-
public String SocketEndPoint = "http://atssdk.herokuapp.com";
113+
public String SocketEndPoint = "http://68.183.85.170:3027";
114114
public int LocationLogStashSyncRate = 30 ; // this will sync 30 logs from the logs stash every time
115115

116116
// TaxiSegmentActionHandler mTaxiSegmentActionHandler;

0 commit comments

Comments
 (0)