survey/.env.example
朱潮 99796408cf Initial commit: Add survey system with enhanced features
- Complete survey management system with web interface
- Question generation tools and prompts
- Report generation and analysis capabilities
- Docker configuration for deployment
- Database initialization scripts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 20:28:57 +08:00

11 lines
389 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 报告生成API配置
# 请复制此文件为 .env 并填入你的配置
# 报告生成API端点 (可选,默认: http://120.26.23.172:5678/webhook/survey_report)
REPORT_API_URL=http://120.26.23.172:5678/webhook/survey_report
# API密钥 (可选如果API需要认证)
# REPORT_API_KEY=your_api_key_here
# 请求超时时间 (可选,默认: 60秒)
REPORT_API_TIMEOUT=60