PeerTube/config/test-2.yaml
chagai95 e57c3024f4
Add config option to keep original video file (basic first version) (#6157)
* testing not removing old file and adding columb to db

* implement feature

* remove unnecessary config changes

* use only keptOriginalFileName, change keptOriginalFileName to keptOriginalFilename for consistency with with videoFile table, slight refactor with basename()

* save original video files to dedicated directory original-video-files

* begin implementing object storage (bucket) support

---------

Co-authored-by: chagai.friedlander <chagai.friedlander@fairkom.eu>
Co-authored-by: Ian <ian.kraft@hotmail.com>
Co-authored-by: Chocobozzz <me@florianbigard.com>
2024-03-15 15:47:18 +01:00

45 lines
904 B
YAML

listen:
port: 9002
webserver:
port: 9002
database:
suffix: '_test2'
# From the project root directory
storage:
tmp: 'test2/tmp/'
tmp_persistent: 'test2/tmp-persistent/'
bin: 'test2/bin/'
avatars: 'test2/avatars/'
web_videos: 'test2/web-videos/'
streaming_playlists: 'test2/streaming-playlists/'
original_video_files: 'test2/original-video-files/'
redundancy: 'test2/redundancy/'
logs: 'test2/logs/'
previews: 'test2/previews/'
thumbnails: 'test2/thumbnails/'
storyboards: 'test2/storyboards/'
torrents: 'test2/torrents/'
captions: 'test2/captions/'
cache: 'test2/cache/'
plugins: 'test2/plugins/'
well_known: 'test2/well-known/'
client_overrides: 'test2/client-overrides/'
admin:
email: 'admin2@example.com'
signup:
enabled: false
transcoding:
enabled: true
allow_additional_extensions: true
allow_audio_files: true
live:
rtmp:
port: 1937