Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Feb 26, 2015
1 parent aeb49bc commit 2819848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/qiniu/api/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ public class Config {
/**本地检测不通过、程序抛异常,设置 CallRet 的 statusCode 为此错误码*/
public static final int ERROR_CODE = 0;

public static final String VERSION = "6.1.8";
public static final String VERSION = "6.1.9";

public static String ACCESS_KEY = "<Please apply your access key>";
public static String ACCESS_KEY = "";

public static String SECRET_KEY = "<Apply your secret key here, and keep it secret!>";
public static String SECRET_KEY = "";

public static String RS_HOST = "http://rs.qbox.me";

public static String UP_HOST = "http://upload.qiniu.com";
public static String UP_HOST = "http://up.qiniu.com";

public static String RSF_HOST = "http://rsf.qbox.me";

Expand Down

0 comments on commit 2819848

Please sign in to comment.