22 lines
345 B
YAML
22 lines
345 B
YAML
# 数据库配置
|
|
database:
|
|
host: "mysql"
|
|
port: 3306
|
|
username: "root"
|
|
password: "88116142"
|
|
name: "ft"
|
|
charset: "utf8mb4"
|
|
|
|
# 应用配置
|
|
app:
|
|
host: "0.0.0.0"
|
|
port: 7861
|
|
web_port: 7863
|
|
debug: true
|
|
|
|
# 密钥配置
|
|
secret_key: "yg-ft-platform-secret-key-2024"
|
|
|
|
# 训练日志路径
|
|
training_logs_path: "/app/base/training_logs"
|