Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
jdx authored Dec 31, 2024

Unverified

The committer email address is not verified.
1 parent f8916d4 commit 7521cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environments/index.md
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ Variables can be redacted from the output by setting `redact = true`:
```toml
[env]
SECRET = { value = "my_secret", redact = true }
_.file = { path = [".env.json"], tools = true } # directives may also set redact = true
_.file = { path = [".env.json"], redact = true, tools = true }
```

## `env._` directives

0 comments on commit 7521cc9

Please sign in to comment.