Update app.js

This commit is contained in:
pycook 2023-10-24 19:46:46 +08:00 committed by GitHub
parent b32d4515d5
commit f3b26ad87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const appConfig = {
buildAclToModules: true, // 是否在各个应用下 内联权限管理
ssoLogoutURL: '/api/sso/logout',
showDocs: false,
useEncryption: false,
useEncryption: true,
}
export default appConfig