refactor(env): update NEXT_PUBLIC_API_URL to use 'auto' for better flexibility
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# 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
|
||||
# Base URL for frontend -> backend calls.
|
||||
# Use `auto` to target the same host currently serving Mission Control on port 8000.
|
||||
# Example explicit override: https://mc.example.com
|
||||
NEXT_PUBLIC_API_URL=auto
|
||||
|
||||
# Auth mode: clerk or local.
|
||||
# - clerk: Clerk sign-in flow
|
||||
|
||||
Reference in New Issue
Block a user