# Environment configuration for the research application # Port for the web server (optional, defaults to 3000) PORT=3000 # External webhook URL for data collection (optional) # If not set, data will only be stored locally in data/responses.json # Example: WEBHOOK_URL=https://your-domain.com/webhook/endpoint WEBHOOK_URL= # Docker/Traefik configuration (for production deployment) YOUR_DOMAIN=your-domain.com LETSENCRYPT_EMAIL=your-email@example.com TRAEFIK_BASIC_AUTH_USER=admin TRAEFIK_BASIC_AUTH_PASSWORD=your-hashed-password