feature:1.点歌功能,2.签到功能
This commit is contained in:
21
config.yaml
21
config.yaml
@@ -120,3 +120,24 @@ doubao:
|
||||
- 问题评价:分析问题的提出角度,如(财经、彩票、房产、股票、家居、教育、科技、社会、时尚、时政、体育、星座、游戏、娱乐)等
|
||||
- 总结:经过300个字以内的优化返回,返回内容请进行一定程度的结构化,方便快速阅读' # 根据需要对角色进行设定
|
||||
|
||||
|
||||
|
||||
# config.yaml
|
||||
|
||||
db_config:
|
||||
pool_name: "wechat_boot_pool"
|
||||
pool_size: 10
|
||||
host: "192.168.2.32"
|
||||
user: "root"
|
||||
password: "lw123456"
|
||||
database: "message_archive"
|
||||
charset: "utf8mb4"
|
||||
use_unicode: true
|
||||
get_warnings: true
|
||||
pool_reset_session: true
|
||||
|
||||
redis_config:
|
||||
host: "192.168.2.32"
|
||||
port: 6379
|
||||
db: 0
|
||||
decode_responses: true
|
||||
Reference in New Issue
Block a user