更新 backend/go-service/config/config.dev.yaml
This commit is contained in:
@@ -69,12 +69,12 @@ media_server:
|
||||
# 仅做只读访问 t_llm_provider/t_llm_model/t_llm_key
|
||||
# enabled=false 时跳过 MySQL 连接,转写接口将返回 503
|
||||
llm_source:
|
||||
enabled: false # 默认关闭,本地开发不连外部 MySQL;切换到 true 后必须填齐下方字段
|
||||
host: localhost
|
||||
enabled: true # 默认关闭,本地开发不连外部 MySQL;切换到 true 后必须填齐下方字段
|
||||
host: 123.6.102.114
|
||||
port: 3306
|
||||
user: root
|
||||
password: "" # 强烈建议通过 ECHOCHAT_LLM_SOURCE_PASSWORD 环境变量覆盖
|
||||
dbname: ai_gateway
|
||||
user: cloud_law
|
||||
password: "Asiainfo_2022" # 强烈建议通过 ECHOCHAT_LLM_SOURCE_PASSWORD 环境变量覆盖
|
||||
dbname: cloud_law
|
||||
charset: utf8mb4
|
||||
parse_time: true
|
||||
loc: Local
|
||||
|
||||
Reference in New Issue
Block a user