doc: 更新文档

This commit is contained in:
fantasticit
2025-02-11 12:33:14 +08:00
parent a3b56954ff
commit 50ed2d9bc9
2 changed files with 10 additions and 12 deletions
+9 -12
View File
@@ -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:
+1
View File
@@ -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
```