Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can use params in both lightweight and browser monitors created in either a

### In a Synthetics project [synthetics-params-secrets-use-project]

For lightweight monitors in a Synthetics project, wrap the name of the param in `${}` (for example, `${my_url}`).
For lightweight monitors in a Synthetics project, wrap the name of the param in `"${}"` (for example, `"${my_url}"`).

```yaml
- type: http
Expand Down Expand Up @@ -147,4 +147,4 @@ export default {
my_url: process.env.MY_URL
}
};
```
```
Loading