Skip to content

Commit a0d623e

Browse files
committed
docs: readme
1 parent 7652296 commit a0d623e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
2. 修改环境文件`.env`
2828
```
29-
ALIYUN_OSS_ACCESS_ID=
30-
ALIYUN_OSS_ACCESS_KEY=
31-
ALIYUN_OSS_BUCKET=
32-
ALIYUN_OSS_ENDPOINT=oss-cn-shanghai.aliyuncs.com
33-
ALIYUN_OSS_IS_CNAME=false
34-
ALIYUN_OSS_CDN_DOMAIN=
35-
ALIYUN_OSS_IS_SSL=false
29+
ALIYUN_OSS_ACCESS_ID = <Your aliyun accessKeyId, Required>
30+
ALIYUN_OSS_ACCESS_KEY= <Your aliyun accessKeySecret, Required>
31+
ALIYUN_OSS_BUCKET = <Your oss bucket name, Required>
32+
ALIYUN_OSS_ENDPOINT = <Your oss endpoint domain, Required>
33+
ALIYUN_OSS_IS_CNAME = false
34+
ALIYUN_OSS_CDN_DOMAIN=
35+
ALIYUN_OSS_IS_SSL = false
3636
```
3737
3838
3. (可选)修改配置文件 `config/filesystems.php`

0 commit comments

Comments
 (0)