mirror of https://github.com/jumpserver/jumpserver
feat(Command execute): 批量命令执行配置添加默认值True
parent
eba9f2325a
commit
ac6168a06c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue