]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Fix token injection if unlogged user
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index e37ff9b8a7558b5b64394db7058a9c8c032cfb7c..167d23af849311eefd3f9f8f01ede34b771eba65 100644 (file)
@@ -9,7 +9,7 @@ webserver:
   port: 443
 
 # Secrets you need to generate the first time you run PeerTube
-secret:
+secrets:
   # Generate one using `openssl rand -hex 32`
   peertube: ''
 
@@ -146,8 +146,11 @@ object_storage:
 
   region: 'us-east-1'
 
-  # Set this ACL on each uploaded object
-  upload_acl: 'public-read'
+  upload_acl:
+    # Set this ACL on each uploaded object of public/unlisted videos
+    public: 'public-read'
+      # Set this ACL on each uploaded object of private/internal videos
+    private: 'private'
 
   credentials:
     # You can also use AWS_ACCESS_KEY_ID env variable