Skip to content

Commit d01b00c

Browse files
committed
add: qiniu
1 parent 726a68d commit d01b00c

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

laravel/.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ JWT_BLACKLIST_GRACE_PERIOD=180 # 设定宽限时间,单位:秒
5454
# geetest 配置
5555
GEE_CAPTCHA_ID=48a6ebac4ebc6642d68c217fca33eb4d
5656
GEE_PRIVATE_KEY=4f1c085290bec5afdc54df73535fc361
57+
58+
# 七牛云存储配置项 start
59+
QINIU_BUCKET=mingtop
60+
QINIU_ACCESSKEY=vK5eP-ddvU5fq8GgwJefmiRfEy6fn0SWW0WcU9ba
61+
QINIU_SECRETKEY=UcoR0xkT7brUk6piY4wPDQWso3PWplmFUgcGh6t5
62+
QINIU_URL=http://cdn.guke1.com.qiniudns.com/
63+
# 七牛云存储配置项 end

laravel/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"phpoffice/phpexcel": "^1.8",
2222
"phpoffice/phpspreadsheet": "^1.6",
2323
"predis/predis": "^1.1",
24+
"qiniu/php-sdk": "^7.2",
2425
"tymon/jwt-auth": "1.*@rc",
2526
"vinkla/hashids": "3.3.0",
2627
"y-ui/laravel-running-time": "^1.1",

laravel/composer.lock

Lines changed: 58 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)