mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-11-30 03:07:34 +08:00
update config
This commit is contained in:
parent
d72d1b8a99
commit
c62ba2451e
@ -4,6 +4,7 @@ MysqlDns = "root:12345678@tcp(chatgpt-plus-mysql:3306)/chatgpt_plus?charset=utf8
|
|||||||
StaticDir = "./static" # 静态资源的目录
|
StaticDir = "./static" # 静态资源的目录
|
||||||
StaticUrl = "/static" # 静态资源访问 URL
|
StaticUrl = "/static" # 静态资源访问 URL
|
||||||
AesEncryptKey = ""
|
AesEncryptKey = ""
|
||||||
|
ImgCdnURL = ""
|
||||||
WeChatBot = false
|
WeChatBot = false
|
||||||
|
|
||||||
[Session]
|
[Session]
|
||||||
@ -76,18 +77,6 @@ WeChatBot = false
|
|||||||
ApiKey = ""
|
ApiKey = ""
|
||||||
Txt2ImgJsonPath = "res/sd/text2img.json"
|
Txt2ImgJsonPath = "res/sd/text2img.json"
|
||||||
|
|
||||||
[[SdConfigs]]
|
|
||||||
Enabled = false
|
|
||||||
ApiURL = ""
|
|
||||||
ApiKey = ""
|
|
||||||
Txt2ImgJsonPath = "res/sd/text2img.json"
|
|
||||||
|
|
||||||
[[SdConfigs]]
|
|
||||||
Enabled = false
|
|
||||||
ApiURL = ""
|
|
||||||
ApiKey = ""
|
|
||||||
Txt2ImgJsonPath = "res/text2img.json"
|
|
||||||
|
|
||||||
[XXLConfig] # xxl-job 配置,需要你部署 XXL-JOB 定时任务工具,用来定期清理未支付订单和清理过期 VIP,如果你没有启用支付服务,则该服务也无需启动
|
[XXLConfig] # xxl-job 配置,需要你部署 XXL-JOB 定时任务工具,用来定期清理未支付订单和清理过期 VIP,如果你没有启用支付服务,则该服务也无需启动
|
||||||
Enabled = false # 是否启用 XXL JOB 服务
|
Enabled = false # 是否启用 XXL JOB 服务
|
||||||
ServerAddr = "http://172.22.11.47:8080/xxl-job-admin" # xxl-job-admin 管理地址
|
ServerAddr = "http://172.22.11.47:8080/xxl-job-admin" # xxl-job-admin 管理地址
|
||||||
|
Loading…
Reference in New Issue
Block a user