From c62ba2451e0b224b5b7eeed403ed1d9aa49e9a00 Mon Sep 17 00:00:00 2001 From: RockYang Date: Tue, 16 Jan 2024 15:24:06 +0800 Subject: [PATCH] update config --- deploy/conf/config.toml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/deploy/conf/config.toml b/deploy/conf/config.toml index 7b4399c5..f58c3ad5 100644 --- a/deploy/conf/config.toml +++ b/deploy/conf/config.toml @@ -4,6 +4,7 @@ MysqlDns = "root:12345678@tcp(chatgpt-plus-mysql:3306)/chatgpt_plus?charset=utf8 StaticDir = "./static" # 静态资源的目录 StaticUrl = "/static" # 静态资源访问 URL AesEncryptKey = "" +ImgCdnURL = "" WeChatBot = false [Session] @@ -76,18 +77,6 @@ WeChatBot = false ApiKey = "" 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,如果你没有启用支付服务,则该服务也无需启动 Enabled = false # 是否启用 XXL JOB 服务 ServerAddr = "http://172.22.11.47:8080/xxl-job-admin" # xxl-job-admin 管理地址