6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
# Server-only backend origin. Do not expose this as a NEXT_PUBLIC variable.
|
|
BACKEND_ORIGIN=http://localhost:8000
|
|
|
|
# Browser requests stay on the Next.js origin and are rewritten server-side.
|
|
NEXT_PUBLIC_API_URL=/backend/
|