mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-10-16 06:53:42 +08:00
docs: update change log and create a new release version
This commit is contained in:
@@ -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 文件公开访问地址"
|
||||
|
Reference in New Issue
Block a user