mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 16:12:46 +08:00
编译 acl
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
const appConfig = {
|
||||
buildModules: ['cmdb'], // 需要编译的模块
|
||||
useMessageNotice: false, // 是否启用消息通知
|
||||
useTodoNotice: false, // 是否启用ticket通知
|
||||
useClaimNotice: false, // 是否启动ticket claim 通知
|
||||
useDagReviewNotice: false, // 是否启用dag审核通知
|
||||
buildModules: ['cmdb', 'acl'], // 需要编译的模块
|
||||
redirectTo: '/cmdb', // 首页的重定向路径
|
||||
buildAclToModules: true, // 是否在各个应用下 内联权限管理
|
||||
ssoLogoutURL: '/api/sso/logout',
|
||||
|
Reference in New Issue
Block a user