# MySQL数据库连接配置 MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASSWORD=root MYSQL_DATABASE=test # 服务器配置 PORT=3000 HOST=127.0.0.1