doc: update readme docs

This commit is contained in:
RockYang
2023-08-21 06:57:04 +08:00
parent 52189b7880
commit b99b6735d9
3 changed files with 40 additions and 1 deletions

View File

@@ -38,4 +38,17 @@ AesEncryptKey = "{YOUR_AES_KEY}"
[ExtConfig]
ApiURL = "插件扩展 API 地址"
Token = "插件扩展 API Token"
Token = "插件扩展 API Token"
[OSS]
Active = "local"
[OSS.Local]
BasePath = "./static/upload"
BaseURL = "http://localhost:5678/static/upload"
[OSS.Minio]
Endpoint = "IP:端口"
AccessKey = "minio oss access key"
AccessSecret = "minio oss access secret"
Bucket = "chatgpt-plus"
UseSSL = false
Domain = "minio 文件公开访问地址"