Files
YG_FT_Platform/config.yaml
WIN-JHFT4D3SIVT\caoxiaozhu 40ca89fad5 1. 修改了应用端口的问题
2. 增加了创建虚拟环境的脚本和删除虚拟环境的脚本
2026-01-26 14:33:00 +08:00

19 lines
277 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"