# 数据库配置 DB_HOST=localhost DB_PORT=3306 DB_USER=root DB_PASSWORD=your_password DB_NAME=ai_nav # 安全配置 SECRET_KEY=your-secret-key-here # 运行环境 (development/production) FLASK_ENV=development