]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Add lazy loading in player
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index ffae380c103b3fcf3322f16928bdbddee613292d..4038ecbf051e691c0445a312611f8204917740e0 100644 (file)
@@ -48,12 +48,16 @@ describe('Test config API validators', function () {
     admin: {
       email: 'superadmin1@example.com'
     },
+    contactForm: {
+      enabled: false
+    },
     user: {
       videoQuota: 5242881,
       videoQuotaDaily: 318742
     },
     transcoding: {
       enabled: true,
+      allowAdditionalExtensions: true,
       threads: 1,
       resolutions: {
         '240p': false,