Skip to content

Commit

Permalink
update env-vars example
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Oct 7, 2024
1 parent f27b9a1 commit b9d8879
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/config/env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ title: 'env-vars'
language: 'en'
---

Sets environment variables
Sets environment variables.

Example:

```toml
env-vars = []
env-vars = ["FIRST_VARIABLE_NAME=123", "SECOND_VARIABLE_NAME=456"]
```

0 comments on commit b9d8879

Please sign in to comment.