feat(docker): add docker support for persist authorization variable (#6832)

This commit is contained in:
Amir Bitaraf Haghighi
2021-01-14 00:53:44 +03:30
committed by GitHub
parent d80cc40dc4
commit a7ba55ad03
2 changed files with 5 additions and 1 deletions

View File

@@ -79,6 +79,10 @@ const standardVariables = {
type: "string",
name: "oauth2RedirectUrl"
},
PERSIST_AUTHORIZATION: {
type: "boolean",
name: "persistAuthorization"
},
SHOW_MUTATED_REQUEST: {
type: "boolean",
name: "showMutatedRequest"