Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .vale/Vocab/docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ j[qQ]uery
jq
loki
Kibana
Kustomize
Lua
maxfiles
Netdata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ excerpt: 'You can access any environment variables from your k6 script code and
---

Often, scripts need only minor tweaks to be reusable in different contexts.
Rather than creating several separate scripts for these different contexts or environments, you can use environment variables to make parts of your script tweakable.
Rather than creating several separate scripts for these different contexts or environments, you can use [environment variables](/misc/glossary/#environment-variables) to make parts of your script tweakable.

You can use environment variables for two main purposes:

Expand Down
Loading