docs: clarify NEXT_PUBLIC_API_URL must be browser-reachable

This commit is contained in:
Sana (OpenClaw)
2026-02-08 15:47:40 +00:00
parent bbbba764e1
commit b8cfdabea0
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
# REQUIRED: base URL for frontend -> backend calls (must be set for Activity feed and other API calls)
# REQUIRED: base URL for frontend -> backend calls (must be set for Activity feed and other API calls).
# Must be reachable from the browser (host).
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_PUBLISHABLE_KEY