mirror of
https://github.com/fantasticit/think.git
synced 2026-09-01 15:10:55 +08:00
doc: 更新文档
This commit is contained in:
@@ -55,22 +55,19 @@ oss:
|
||||
enable: true
|
||||
# 线上更改为服务端地址(如:https://api.codingit.cn)
|
||||
server: 'http://localhost:5002'
|
||||
# 以下为各厂商 sdk 配置,不要修改字段,填入值即可
|
||||
tencent:
|
||||
enable: false
|
||||
config:
|
||||
SecretId: ''
|
||||
SecretKey: ''
|
||||
Bucket: ''
|
||||
Region: ''
|
||||
aliyun:
|
||||
enable: false
|
||||
s3:
|
||||
enable: true
|
||||
config:
|
||||
# isp 提供商,可选 minio,s3,aliyun,tencent
|
||||
cloudisp: 'minio'
|
||||
accessKeyId: ''
|
||||
accessKeySecret: ''
|
||||
secretAccessKey: ''
|
||||
bucket: ''
|
||||
https: true
|
||||
region: ''
|
||||
# 仅cloudisp 的值为 minio/s3 时配置,其它提供商为空
|
||||
forcePathStyle: false
|
||||
# 仅cloudisp 的值为 minio 时配置,其它提供商为空
|
||||
endpoint: ''
|
||||
|
||||
# jwt 配置
|
||||
jwt:
|
||||
|
||||
@@ -55,6 +55,7 @@ docker run --name redis-for-think-dev -p 6379:6379 -d redis --appendonly yes --r
|
||||
git clone https://github.com/fantasticit/think.git
|
||||
cd think
|
||||
pnpm install
|
||||
pnpm run build:dep
|
||||
pnpm run dev
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user