mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: handle multiple file resolutions
This commit is contained in:
@@ -26,3 +26,6 @@ user:
|
||||
|
||||
signup:
|
||||
limit: 4
|
||||
|
||||
transcoding:
|
||||
enabled: false
|
||||
|
||||
@@ -20,3 +20,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin3@example.com'
|
||||
|
||||
transcoding:
|
||||
enabled: false
|
||||
|
||||
@@ -20,3 +20,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin4@example.com'
|
||||
|
||||
transcoding:
|
||||
enabled: false
|
||||
|
||||
@@ -20,3 +20,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin5@example.com'
|
||||
|
||||
transcoding:
|
||||
enabled: false
|
||||
|
||||
@@ -20,3 +20,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin6@example.com'
|
||||
|
||||
transcoding:
|
||||
enabled: false
|
||||
|
||||
@@ -10,3 +10,7 @@ database:
|
||||
|
||||
signup:
|
||||
enabled: true
|
||||
|
||||
transcoding:
|
||||
enabled: true
|
||||
threads: 4
|
||||
|
||||
Reference in New Issue
Block a user