8 lines
383 B
Bash
8 lines
383 B
Bash
# Origin of the ERPCore backend. Used ONLY by the Next rewrite proxy in next.config.ts
|
|
# (server-side), so it is intentionally not NEXT_PUBLIC_* — the browser never sees it and
|
|
# only ever calls this Next server at same-origin /api/v1.
|
|
#
|
|
# Use the backend's HTTP port: its HTTPS port serves a self-signed dev cert that the
|
|
# proxy will refuse.
|
|
BACKEND_ORIGIN=http://localhost:5224
|