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
# Specify the clientside visible variables which are used in the frontend. If using in a docker-compose, let the 2nd variable be the container_name of the backend service.
# Do not add a "/" at the end, as the frontend will add the path to the API endpoint itself.
PUBLIC_BACKEND_BASE_URL=http://localhost:8000
# Specify the serverside visible variables which are used in the frontend.