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
8 lines
322 B
Plaintext
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
|