]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Add hls support on server
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index b7bf41b58fd4a2057ef7cd18f706c9168790377c..07de2b5a511e83e135959e6d792d716aca74c9c7 100644 (file)
@@ -48,6 +48,9 @@ describe('Test config API validators', function () {
     admin: {
       email: 'superadmin1@example.com'
     },
+    contactForm: {
+      enabled: false
+    },
     user: {
       videoQuota: 5242881,
       videoQuotaDaily: 318742
@@ -62,6 +65,9 @@ describe('Test config API validators', function () {
         '480p': true,
         '720p': false,
         '1080p': false
+      },
+      hls: {
+        enabled: false
       }
     },
     import: {