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.
This commit is contained in:
parent
ea5adcc6ca
commit
f94c2d8424
@ -4,3 +4,6 @@
|
|||||||
# Platform Service (backend API for sync, auth, telemetry)
|
# Platform Service (backend API for sync, auth, telemetry)
|
||||||
NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://localhost:4003/api
|
NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://localhost:4003/api
|
||||||
NEXT_PUBLIC_PRODUCT_ID=chronomind
|
NEXT_PUBLIC_PRODUCT_ID=chronomind
|
||||||
|
|
||||||
|
# ChronoMind Backend (product-specific API for timers, routines, context messages)
|
||||||
|
NEXT_PUBLIC_CHRONOMIND_BACKEND_URL=http://localhost:4011
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user