foamking/.env.example
mikl0s 3ebb63dc6c Add admin dashboard, authentication, step wizard, and quote management
Expand the calculator with a multi-step wizard flow, admin dashboard with
quote tracking, login/auth system, distance API integration, and history
page. Add new UI components (dialog, progress, select, slider, switch),
update pricing logic, and improve the overall design with new assets.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 20:59:11 +00:00

11 lines
332 B
Text

# OpenRouteService API Key
# Get your free key at https://openrouteservice.org/dev/#/signup
# Free tier: 2,000 requests/day
OPENROUTE_API_KEY=your_api_key_here
# Email configuration (for quote requests)
# SMTP_HOST=smtp.example.com
# SMTP_PORT=587
# SMTP_USER=user@example.com
# SMTP_PASS=your_password
# EMAIL_TO=info@foamking.dk