2026-01-18 19:51:22 +08:00
|
|
|
# 数据库配置
|
|
|
|
|
database:
|
2026-01-26 14:33:00 +08:00
|
|
|
host: "mysql"
|
2026-01-18 19:51:22 +08:00
|
|
|
port: 3306
|
|
|
|
|
username: "root"
|
|
|
|
|
password: "88116142"
|
|
|
|
|
name: "ft"
|
|
|
|
|
charset: "utf8mb4"
|
|
|
|
|
|
|
|
|
|
# 应用配置
|
|
|
|
|
app:
|
|
|
|
|
host: "0.0.0.0"
|
2026-01-26 14:33:00 +08:00
|
|
|
port: 7861
|
|
|
|
|
web_port: 7863
|
2026-01-18 19:51:22 +08:00
|
|
|
debug: true
|
|
|
|
|
|
|
|
|
|
# 密钥配置
|
|
|
|
|
secret_key: "yg-ft-platform-secret-key-2024"
|
2026-01-29 10:36:59 +08:00
|
|
|
|
|
|
|
|
# 训练日志路径
|
|
|
|
|
training_logs_path: "/app/base/training_logs"
|