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
Copy file name to clipboardExpand all lines: docs/secure-connections/sauce-connect-5/guides/readiness-checks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ to wait for the sc container to be healthy before starting the test container.
94
94
Sauce Connect provides a local [API server](/secure-connections/sauce-connect-5/guides/api-server) that contains readiness and liveness endpoints.
95
95
The readiness endpoint `/readyz` returns a 200 response code when Sauce Connect Proxy is ready, and 503 otherwise.
96
96
97
-
To use the API server, you need to start Sauce Connect with the `--api-address` option or set the `SC_API_ADDRESS` environment variable.
97
+
To use the API server, you need to start Sauce Connect with the [`--api-address`](/dev/cli/sauce-connect-5/run/#api-address) option or set the `SAUCE_API_ADDRESS` environment variable.
0 commit comments