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
In order to allow the users to specify the dashboard base api url (by default it is http://localhost:8989) we can add a docker env DASHBOARD_API_BASE_URL that the users can use to set dashboard api base url in the UI.
Rather than using sed for replace the env var in the js file, we can use envsubst through the index.html that includes the env var used in the UI for handle the API requests.
Description
In order to allow the users to specify the dashboard base api url (by default it is
http://localhost:8989
) we can add a docker envDASHBOARD_API_BASE_URL
that the users can use to set dashboard api base url in the UI.Rather than using sed for replace the env var in the js file, we can use
envsubst
through the index.html that includes the env var used in the UI for handle the API requests.Additional Context
Discord thread
The text was updated successfully, but these errors were encountered: