Skip to content

Commit 118febd

Browse files
committed
版本信息及地址qobx.me --> qiniu.com
1 parent 61da8ad commit 118febd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/qiniu/api/config/Config.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
public class Config {
88

9-
public static String USER_AGENT="qiniu java-sdk v6.0.0";
9+
public static String USER_AGENT="qiniu java-sdk v6.1.2";
1010

1111
/**
1212
* You can get your accesskey from <a href="https://dev.qiniutek.com"
@@ -20,10 +20,10 @@ public class Config {
2020
*/
2121
public static String SECRET_KEY = "<Apply your secret key here, and keep it secret!>";
2222

23-
public static String RS_HOST = "http://rs.qbox.me";
23+
public static String RS_HOST = "http://rs.qiniu.com";
2424

25-
public static String UP_HOST = "http://up.qbox.me";
25+
public static String UP_HOST = "http://up.qiniu.com";
2626

27-
public static String RSF_HOST = "http://rsf.qbox.me";
27+
public static String RSF_HOST = "http://rsf.qiniu.com";
2828

2929
}

0 commit comments

Comments
 (0)