perf: 提交禁用xrdp的开关 (#6788)

* perf: 提交禁用xrdp的开关

* perf: 修复换行

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-09-09 19:18:37 +08:00
committed by GitHub
parent b1fceca8a6
commit dc742d1281
7 changed files with 1072 additions and 451 deletions

View File

@@ -74,6 +74,7 @@ class PublicSettingApi(generics.RetrieveAPIView):
"AUTH_FEISHU": settings.AUTH_FEISHU,
'SECURITY_WATERMARK_ENABLED': settings.SECURITY_WATERMARK_ENABLED,
'SECURITY_SESSION_SHARE': settings.SECURITY_SESSION_SHARE,
"XRDP_ENABLED": settings.XRDP_ENABLED,
}
}
return instance