fix case in MissingPolicyOk actually set the defaut correctly
This commit is contained in:
parent
2a2ca86f16
commit
2f8d215c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ def load_config(req):
|
|||
['VerbosePolicy', 'boolean', False],
|
||||
['EnableFunctionDebug', 'boolean', False],
|
||||
|
||||
['MissingPolicyOK', 'boolean', True],
|
||||
['MissingPolicyOk', 'boolean', True],
|
||||
|
||||
['LockOut', 'boolean', False],
|
||||
['ServerOffline', 'string', False],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue