docs: clarify NEXT_PUBLIC_API_URL must be browser-reachable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user