Skip to content

Commit 8fac2de

Browse files
committed
sc5/guides(readiness-check): recommend valid api-address env var
1 parent e4b8a06 commit 8fac2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/secure-connections/sauce-connect-5/guides/readiness-checks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ to wait for the sc container to be healthy before starting the test container.
9494
Sauce Connect provides a local [API server](/secure-connections/sauce-connect-5/guides/api-server) that contains readiness and liveness endpoints.
9595
The readiness endpoint `/readyz` returns a 200 response code when Sauce Connect Proxy is ready, and 503 otherwise.
9696

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.
9898

9999
```bash
100100
sc --api-address :8032 …

0 commit comments

Comments
 (0)