docs: document NEXT_PUBLIC_API_URL requirement
This commit is contained in:
@@ -19,5 +19,7 @@ CORS_ORIGINS=http://localhost:3000
|
||||
DB_AUTO_MIGRATE=true
|
||||
|
||||
# --- frontend settings ---
|
||||
# Public URL used by the browser to reach the API
|
||||
# REQUIRED: Public URL used by the browser to reach the API.
|
||||
# If this is missing/blank, frontend API calls (e.g. Activity feed) will break.
|
||||
# Example (local dev / compose on your machine):
|
||||
NEXT_PUBLIC_API_URL=http://localhost:8000
|
||||
|
||||
Reference in New Issue
Block a user