learning_ai_clock/web/.env.example
saravanakumardb1 f94c2d8424 fix(web): add NEXT_PUBLIC_CHRONOMIND_BACKEND_URL to .env.example
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.
2026-04-01 00:00:11 -07:00

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