Skip to content

Commit

Permalink
update default API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStefan committed Sep 20, 2023
1 parent 6355427 commit ea95912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private Message buildMessage(MessageBuilder builder) {

/** Fluent API for creating {@link Analytics} instances. */
public static class Builder {
private static final String DEFAULT_ENDPOINT = "https://events.us-east-1.hightouch.com";
private static final String DEFAULT_ENDPOINT = "https://us-east-1.hightouch-events.com";
private static final String DEFAULT_PATH = "/v1/batch/";
private static final String DEFAULT_USER_AGENT = "events-sdk-java/" + AnalyticsVersion.get();
private static final int MESSAGE_QUEUE_MAX_BYTE_SIZE = 1024 * 500;
Expand Down

0 comments on commit ea95912

Please sign in to comment.