docs: update change log and create a new release version

This commit is contained in:
RockYang
2023-09-05 14:28:30 +08:00
parent 20a12462b1
commit 46a551df16
7 changed files with 129 additions and 111 deletions

View File

@@ -6,15 +6,8 @@ StaticUrl = "http://localhost:5678/static"
AesEncryptKey = "{YOUR_AES_KEY}"
[Session]
Driver = "cookie"
SecretKey = "m0cjm3gsuw9jk73np1ni7r42koilybjcndlycjdmq7za3pbqn7w12fyok5pqh6q5"
Name = "CHAT_SESSION_ID"
Path = "/"
Domain = "localhost"
MaxAge = 86400
Secure = false
HttpOnly = false
SameSite = 2
[Manager]
Username = "admin"
@@ -40,7 +33,7 @@ AesEncryptKey = "{YOUR_AES_KEY}"
ApiURL = "插件扩展 API 地址"
Token = "插件扩展 API Token"
[OSS]
[OSS]
Active = "local"
[OSS.Local]
BasePath = "./static/upload"
@@ -51,4 +44,4 @@ AesEncryptKey = "{YOUR_AES_KEY}"
AccessSecret = "minio oss access secret"
Bucket = "chatgpt-plus"
UseSSL = false
Domain = "minio 文件公开访问地址"
Domain = "minio 文件公开访问地址"