feat: mongodb 支持

This commit is contained in:
ibuler
2022-03-22 10:54:41 +08:00
committed by 老广
parent d3c2d0e7e8
commit 6b7f868538

View File

@@ -95,13 +95,13 @@ export const DATABASE = [
category: DATABASE_CATEGORY,
has: true,
group: i18n.t('applications.NoSQLProtocol')
},
{
name: MONGODB,
title: i18n.t(`applications.applicationsType.${MONGODB}`),
type: 'primary',
category: DATABASE_CATEGORY
}
// {
// name: MONGODB,
// title: i18n.t(`applications.applicationsType.${MONGODB}`),
// type: 'primary',
// category: DATABASE_CATEGORY
// }
]
export const AppPlanDatabase = [