# ABOUTME: Example environment variables for PhaseFlow. # ABOUTME: Copy to .env and fill in your values. # App APP_URL=https://phaseflow.yourdomain.com NODE_ENV=development # PocketBase NEXT_PUBLIC_POCKETBASE_URL=http://localhost:8090 # Email (Resend) RESEND_API_KEY=re_xxxxxxxxxxxx EMAIL_FROM=phaseflow@yourdomain.com # Encryption (for Garmin tokens) # Generate with: openssl rand -hex 16 ENCRYPTION_KEY=your-32-character-encryption-key # Cron secret (for protected endpoints) # Generate with: openssl rand -hex 32 CRON_SECRET=your-cron-secret-here