Browse Source

perf: 默认关闭作业中心

pull/13436/head
wangruidong 5 months ago committed by w940853815
parent
commit
b28aec527f
  1. 2
      apps/jumpserver/conf.py

2
apps/jumpserver/conf.py

@ -489,7 +489,7 @@ class Config(dict):
# 安全配置
'SECURITY_MFA_AUTH': 0, # 0 不开启 1 全局开启 2 管理员开启
'SECURITY_MFA_AUTH_ENABLED_FOR_THIRD_PARTY': True,
'SECURITY_COMMAND_EXECUTION': True,
'SECURITY_COMMAND_EXECUTION': False,
'SECURITY_COMMAND_BLACKLIST': [
'reboot', 'shutdown', 'poweroff', 'halt', 'dd', 'half', 'top'
],

Loading…
Cancel
Save