From 5e95f262b22bc872891d13bf39557d0fd94814e7 Mon Sep 17 00:00:00 2001 From: BaiJiangJie Date: Wed, 4 Dec 2019 17:53:15 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_example.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config_example.yml b/config_example.yml index 4b01fd10f..321668a7f 100644 --- a/config_example.yml +++ b/config_example.yml @@ -91,7 +91,6 @@ REDIS_PORT: 6379 # In order to perform this operation a successful bind must be completed on the connection # AUTH_LDAP_OPTIONS_OPT_REFERRALS: -1 - # OTP settings # OTP/MFA 配置 # OTP_VALID_WINDOW: 0 @@ -100,3 +99,12 @@ REDIS_PORT: 6379 # Perm show single asset to ungrouped node # 是否把未授权节点资产放入到 未分组 节点中 # PERM_SINGLE_ASSET_TO_UNGROUP_NODE: false +# +# 启用定时任务 +# PERIOD_TASK_ENABLE: True +# +# 启用二次复合认证配置 +# LOGIN_CONFIRM_ENABLE: False +# +# Windows 登录跳过手动输入密码 +# WINDOWS_SKIP_ALL_MANUAL_PASSWORD: False