diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 9ff4c7a7aa73fce95ce15c1f4c9cf3e1fcefa391..bce0bf1f71aeb7ae81a2336b1d748055e0cc1516 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" } ```