mirror of
https://github.com/veops/oneterm.git
synced 2026-09-02 22:56:21 +08:00
feat(ui): app config - useEncryption defaults to true
This commit is contained in:
@@ -3,7 +3,7 @@ const appConfig = {
|
||||
redirectTo: '/oneterm', // Redirect path for the home page
|
||||
buildAclToModules: true, // Inline permission management in each app
|
||||
showDocs: false,
|
||||
useEncryption: false,
|
||||
useEncryption: true,
|
||||
}
|
||||
|
||||
export default appConfig
|
||||
|
||||
Reference in New Issue
Block a user