]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add missing tests env doc
authorChocobozzz <me@florianbigard.com>
Fri, 26 May 2023 07:52:50 +0000 (09:52 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 26 May 2023 07:52:50 +0000 (09:52 +0200)
support/doc/development/tests.md

index c4935b70d607cd09fc93615a527315d29eba876f..e3a65c35f82272b302df1b544f221bdc624826f7 100644 (file)
@@ -69,6 +69,8 @@ Some env variables can be defined to disable/enable some tests:
 
  * `DISABLE_HTTP_IMPORT_TESTS=true`: disable import tests (because of youtube that could rate limit your IP)
  * `ENABLE_OBJECT_STORAGE_TESTS=true`: enable object storage tests (needs `chocobozzz/s3-ninja` container first)
+ * `AKISMET_KEY`: specify an Akismet key to test akismet external PeerTube plugin
+ * `OBJECT_STORAGE_SCALEWAY_KEY_ID` and `OBJECT_STORAGE_SCALEWAY_ACCESS_KEY`: specify Scaleway API keys to test object storage ACL (not supported by our `chocobozzz/s3-ninja` container)
 
 
 ### Debug server logs