Skip to content

Commit b9d8879

Browse files
committed
update env-vars example
1 parent f27b9a1 commit b9d8879

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docs/config/env-vars.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ title: 'env-vars'
33
language: 'en'
44
---
55

6-
Sets environment variables
6+
Sets environment variables.
7+
8+
Example:
79

810
```toml
9-
env-vars = []
11+
env-vars = ["FIRST_VARIABLE_NAME=123", "SECOND_VARIABLE_NAME=456"]
1012
```

0 commit comments

Comments
 (0)