Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcyl authored Apr 25, 2017
1 parent b84d800 commit 7cf8fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Add the following in app/filesystems.php:
'bucket' => '<OSS bucket name>',
'endpoint' => '<the endpoint of OSS, E.g: oss-cn-hangzhou.aliyuncs.com> OR your custom domain, E.g:img.abc.com',
               'cdnDomain'     => '<CDN domain, cdn域名>', // 如果isCName为true, getUrl会判断cdnDomain是否设定来决定返回的url,如果cdnDomain未设置,则使用endpoint来生成url,否则使用cdn
'ssl' => <true to use 'https://' and false to use 'http://'. default is false>,
               'isCName'       => <true if use custom domain as endpoint or false>, // 是否使用自定义域名
               'debug'         => <true|false>
],
Expand Down

0 comments on commit 7cf8fb6

Please sign in to comment.