learning_ai_notes/web/.env.example
Saravana Achu Mac 02bcb0d122 feat: integrate feedback, broadcast, survey, offline-queue clients + settings page + devops
Phase 4: Add @bytelyst/feedback-client, broadcast-client, survey-client, offline-queue
wrappers. Revamp settings page with profile, password change, feedback form.
Add BroadcastBanner and SurveyBanner to app layout. Wire offline queue flush on boot.

Phase 5: Fix .env.example branding (NoteLett), update docker-compose with all env vars,
enable GitHub Actions CI workflow with lint steps.

Made-with: Cursor
2026-03-29 20:57:27 -07:00

8 lines
322 B
Plaintext

NEXT_PUBLIC_PRODUCT_NAME=NoteLett
NEXT_PUBLIC_PRODUCT_ID=notelett
NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://localhost:4003/api
NEXT_PUBLIC_NOTES_API_URL=http://localhost:4016/api
NEXT_PUBLIC_EXTRACTION_SERVICE_URL=http://localhost:4005
NEXT_PUBLIC_DIAGNOSTICS_URL=http://localhost:3000
NEXT_PUBLIC_TELEMETRY_TRANSPORT=fetch