From 8b9d1a064f29df39d89f600269595b8b09707970 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 9 Feb 2021 14:05:19 +0100 Subject: [PATCH] docs: add trustlLevel high example (#8604) --- docs/usage/self-hosted-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 9ff4c7a7aa..bce0bf1f71 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -59,7 +59,8 @@ e.g. ```json { - "allowedPostUpgradeCommands": ["^tslint --fix$", "^tslint --[a-z]+$"] + "allowedPostUpgradeCommands": ["^tslint --fix$", "^tslint --[a-z]+$"], + "trustLevel": "high" } ``` -- GitLab