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
fix(standalone): honor config.env for ports, hosts, and base URLs
Several settings called os.getenv directly instead of the local getenv
helper that also reads from ~/.testgen/config.env. As a result, values
written by `testgen standalone-setup` (e.g. TG_UI_PORT) were silently
ignored by `testgen run-app`. Also derive UI_BASE_URL from UI_PORT
instead of Streamlit's STREAMLIT_SERVER_PORT, matching the API side.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments