This commit is contained in:
2025-03-12 15:55:21 +08:00
parent 9eb9e48875
commit 83144f737c
4 changed files with 35 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ license_sdk_1.LicenseManager.prototype.licenseCert = {
validFrom: new Date(),
validTo: new Date(Date.now() + 1000 * 60 * 60 * 24 * 365),
features: {
planName: "Hacky",
planName: "Enterprise",
"feat:sharing": true,
"feat:ldap": true,
"feat:saml": true,
@@ -46,6 +46,8 @@ license_sdk_1.LicenseManager.prototype.licenseCert = {
'feat:askAi': true,
'feat:communityNodes:customRegistry': true,
'feat:aiCredits': true,
'quota:aiCredits': 114514,
'quota:maxTeamProjects': 114514,
},
},
],