feat(Command execute): 批量命令执行配置添加默认值True

pull/4211/head
Bai 2020-07-01 11:19:57 +08:00
parent eba9f2325a
commit ac6168a06c
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ class Config(dict):
'TERMINAL_COMMAND_STORAGE': {},
'SECURITY_MFA_AUTH': False,
'SECURITY_COMMAND_EXECUTION': True,
'SECURITY_SERVICE_ACCOUNT_REGISTRATION': True,
'SECURITY_VIEW_AUTH_NEED_MFA': True,
'SECURITY_LOGIN_LIMIT_COUNT': 7,