diff --git a/src/models/Project.ts b/src/models/Project.ts index a2c7159..58cee4f 100644 --- a/src/models/Project.ts +++ b/src/models/Project.ts @@ -32,7 +32,7 @@ const ProjectSchema = new Schema({ }, defaults: { type: Object, - default: { licenseKey: "NNUN-UUNN-UNAU-NAAN", groups: [], expirationDate: new Date(0), permissions: [], maxUses: -1 }, + default: { licenseKey: "NNUN-UUNN-UNUU-NUUN", groups: [], expirationDate: new Date(0), permissions: [], maxUses: -1 }, } });