Files
YG_FT_Platform/config.yaml
2026-01-18 19:51:22 +08:00

18 lines
267 B
YAML

# 数据库配置
database:
host: "10.10.10.189"
port: 3306
username: "root"
password: "88116142"
name: "ft"
charset: "utf8mb4"
# 应用配置
app:
host: "0.0.0.0"
port: 8080
debug: true
# 密钥配置
secret_key: "yg-ft-platform-secret-key-2024"