We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9521b5c commit 279c337Copy full SHA for 279c337
qiniu/conf.php
@@ -4,7 +4,7 @@
4
global $QINIU_UP_HOST;
5
global $QINIU_RS_HOST;
6
global $QINIU_RSF_HOST;
7
-
+
8
global $QINIU_ACCESS_KEY;
9
global $QINIU_SECRET_KEY;
10
@@ -13,6 +13,7 @@
13
$QINIU_UP_HOST = 'http://up.qiniu.com';
14
$QINIU_RS_HOST = 'http://rs.qbox.me';
15
$QINIU_RSF_HOST = 'http://rsf.qbox.me';
16
+$QINIU_API_HOST = 'http://api.qiniu.com';
17
18
$QINIU_ACCESS_KEY = '<Please apply your access key>';
19
$QINIU_SECRET_KEY = '<Dont send your secret key to anyone>';
0 commit comments