# 将此txt文件复制并重命名为config.yaml # debug模式 debug: true # 前端地址 web: http://localhost:8080 # 数据库配置 database: user: yourusername password: yourpassword host: 127.0.0.1 port: 3306 dbname: yourdatabase