Skip to content

Commit

Permalink
docs: add trustlLevel high example (#8604)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Feb 9, 2021
1 parent 1bb0bed commit 8b9d1a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/usage/self-hosted-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ e.g.

```json
{
"allowedPostUpgradeCommands": ["^tslint --fix$", "^tslint --[a-z]+$"]
"allowedPostUpgradeCommands": ["^tslint --fix$", "^tslint --[a-z]+$"],
"trustLevel": "high"
}
```

Expand Down

0 comments on commit 8b9d1a0

Please sign in to comment.