feat(docker): add docker support for persist authorization variable (#6832)
This commit is contained in:
committed by
GitHub
parent
d80cc40dc4
commit
a7ba55ad03
@@ -79,6 +79,10 @@ const standardVariables = {
|
||||
type: "string",
|
||||
name: "oauth2RedirectUrl"
|
||||
},
|
||||
PERSIST_AUTHORIZATION: {
|
||||
type: "boolean",
|
||||
name: "persistAuthorization"
|
||||
},
|
||||
SHOW_MUTATED_REQUEST: {
|
||||
type: "boolean",
|
||||
name: "showMutatedRequest"
|
||||
|
||||
Reference in New Issue
Block a user