Skip to content

Commit 279c337

Browse files
committed
commit config file
1 parent 9521b5c commit 279c337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiniu/conf.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
global $QINIU_UP_HOST;
55
global $QINIU_RS_HOST;
66
global $QINIU_RSF_HOST;
7-
7+
88
global $QINIU_ACCESS_KEY;
99
global $QINIU_SECRET_KEY;
1010

@@ -13,6 +13,7 @@
1313
$QINIU_UP_HOST = 'http://up.qiniu.com';
1414
$QINIU_RS_HOST = 'http://rs.qbox.me';
1515
$QINIU_RSF_HOST = 'http://rsf.qbox.me';
16+
$QINIU_API_HOST = 'http://api.qiniu.com';
1617

1718
$QINIU_ACCESS_KEY = '<Please apply your access key>';
1819
$QINIU_SECRET_KEY = '<Dont send your secret key to anyone>';

0 commit comments

Comments
 (0)