The fetchEnrichedMessage() function in context-messages.ts references this env var but it was missing from .env.example, making it invisible to new developers setting up the project.
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
# ChronoMind Web — Environment Configuration
|
|
# Copy to .env.local and fill in values
|
|
|
|
# Platform Service (backend API for sync, auth, telemetry)
|
|
NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://localhost:4003/api
|
|
NEXT_PUBLIC_PRODUCT_ID=chronomind
|
|
|
|
# ChronoMind Backend (product-specific API for timers, routines, context messages)
|
|
NEXT_PUBLIC_CHRONOMIND_BACKEND_URL=http://localhost:4011
|