You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a better and safer replacement of baseUrl, we could add the env var into the index.html and let the main.tsx read from window rather than env var directly.
This will allow users to replace the BASE_API_URL through the docker run... cmd, setting an env BASE_API_URL.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
For a better and safer replacement of baseUrl, we could add the env var into the
index.html
and let themain.tsx
read from window rather than env var directly.This will allow users to replace the BASE_API_URL through the
docker run...
cmd, setting an envBASE_API_URL
.Additional Context
No response
The text was updated successfully, but these errors were encountered: