- 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>
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
# 报告生成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 |