Skip to content

Commit 079fe30

Browse files
authored
Update comment to specify private location of variable
Clarified the source of the environment variable in the script.
1 parent 8a95899 commit 079fe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/observability/synthetics/work-with-params-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ In the Synthetics Monitor editor in Kibana, you can now access these variables u
182182

183183
```js
184184
step('navigate to secure url', async () => {
185-
// The script reads the environment variable from the container
185+
// The script reads the environment variable from the private location elastic agent container
186186
await page.goto(process.env.MY_URL);
187187
});
188188
```

0 commit comments

Comments
 (0)