mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-10-17 15:33:41 +08:00
doc: update readme docs
This commit is contained in:
@@ -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 文件公开访问地址"
|
Reference in New Issue
Block a user