Add 'frontend/' from commit '63381d9f2a4829e09d9ba6f29608bbaa2eb38601'
git-subtree-dir: frontend git-subtree-mainline:79bc04aaa7git-subtree-split:63381d9f2a
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Frontend config for radui. Copy to `.env` and adjust as needed.
|
||||
# NOTE: the API *key* is NOT set here — it is entered on the login screen and
|
||||
# stored in the browser. Nothing in this file is secret.
|
||||
|
||||
# Dev only: where Vite proxies /api/* to (the radapi backend).
|
||||
VITE_API_TARGET=http://10.0.1.235:8000
|
||||
|
||||
# Base path the client calls. Leave as /api to use the dev proxy (same-origin,
|
||||
# no CORS). For a production build served on a different origin than the API,
|
||||
# set this to the API's absolute URL, e.g. https://radapi.example.com
|
||||
VITE_API_BASE=/api
|
||||
Reference in New Issue
Block a user