8 lines
364 B
Plaintext
8 lines
364 B
Plaintext
# The API origin for a production build.
|
|
#
|
|
# This previously pointed at http://localhost:8000, which meant a production
|
|
# bundle called the *user's own machine*. Empty means same-origin requests, which
|
|
# works behind a reverse proxy that fronts both the bundle and the API. Set the
|
|
# real API origin here if the two are served from different hosts.
|
|
VITE_API_BASE=
|