- Passwordless email OTP authentication - Event-based expense tracking with HTMX UI - AI receipt extraction via DeepSeek Vision API - CSV/PDF report generation with email filing - PWA with service worker and manifest - Mobile-first responsive design - SQLite database with auto-migration
14 lines
360 B
Text
14 lines
360 B
Text
# ExpenseFlow Configuration
|
|
# Copy this file to .env and fill in your credentials.
|
|
|
|
# SMTP Configuration
|
|
SMTP_HOST=smtp.openxchange.eu
|
|
SMTP_PORT=587
|
|
SMTP_USER=post@2-4-h.app
|
|
SMTP_PASS=D9AW8JP74r1V
|
|
|
|
# DeepSeek Vision API Key
|
|
DEEPSEEK_API_KEY=sk-e9362165d2694883a52a5142811aa422
|
|
|
|
# Base URL for generating absolute links in emails
|
|
BASE_URL=http://localhost:8080
|