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 b0b276f commit 93b9f3dCopy full SHA for 93b9f3d
README.md
@@ -34,7 +34,7 @@ $ composer require "overtrue/laravel-filesystem-qiniu" -vvv
34
'access_key' => env('QINIU_ACCESS_KEY', 'xxxxxxxxxxxxxxxx'),
35
'secret_key' => env('QINIU_SECRET_KEY', 'xxxxxxxxxxxxxxxx'),
36
'bucket' => env('QINIU_BUCKET', 'test'),
37
- 'domain' => env('QINIU_DOMAIN', 'xxxxx.bkt.clouddn.com'), // or with protocol: https://xxxx.bkt.clouddn.com
+ 'domain' => env('QINIU_DOMAIN', 'xxx.clouddn.com'), // or host: https://xxxx.clouddn.com
38
],
39
//...
40
];
0 commit comments