Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Default protocol for communication with RCS is set to HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
ixuz committed Mar 13, 2019
1 parent 8049dac commit 3a4e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ictreport/ixi/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class Constants {

public static final String VERSION = "0.5.3-SNAPSHOT";
public static final String RCS_API = "https://api.ictreport.com/v1/";
public static final String RCS_API = "http://api.ictreport.com/v1/";
public static final String TAG = "REPORT9IXI99999999999999999";
public static final String REPORT_IXI_CONFIG_FILE = "modules/report.ixi-" + Constants.VERSION + ".jar.cfg";
public static final int REQUEST_TIMEOUT = 10;
Expand Down

0 comments on commit 3a4e473

Please sign in to comment.