peertube config
This commit is contained in:
parent
fe205fdd52
commit
b207208b21
1 changed files with 4 additions and 0 deletions
|
@ -692,3 +692,7 @@ object_storage:
|
||||||
# If you disable PeerTube proxy, ensure you use your own proxy that is able to access the private files
|
# If you disable PeerTube proxy, ensure you use your own proxy that is able to access the private files
|
||||||
# Or you can also set a public ACL for private files in object storage if you don't want to use a proxy
|
# Or you can also set a public ACL for private files in object storage if you don't want to use a proxy
|
||||||
proxify_private_files: true
|
proxify_private_files: true
|
||||||
|
streaming_playlists:
|
||||||
|
prefix: ''
|
||||||
|
web_videos:
|
||||||
|
prefix: ''
|
||||||
|
|
Reference in a new issue