PeerTube/config/test-2.yaml

36 lines
658 B
YAML
Raw Normal View History

2015-06-09 10:41:40 -05:00
listen:
port: 9002
webserver:
hostname: 'localhost'
2015-06-09 10:41:40 -05:00
port: 9002
database:
2016-12-11 14:50:51 -06:00
suffix: '_test2'
2015-06-09 10:41:40 -05:00
# From the project root directory
storage:
2018-12-04 09:02:49 -06:00
tmp: 'test2/tmp/'
2017-12-04 03:34:40 -06:00
avatars: 'test2/avatars/'
2016-10-21 04:33:31 -05:00
videos: 'test2/videos/'
2019-03-13 10:03:03 -05:00
streaming_playlists: 'test2/streaming-playlists/'
2018-12-04 09:02:49 -06:00
redundancy: 'test2/redundancy/'
2015-06-09 10:41:40 -05:00
logs: 'test2/logs/'
2017-07-12 04:56:02 -05:00
previews: 'test2/previews/'
thumbnails: 'test2/thumbnails/'
torrents: 'test2/torrents/'
2018-07-12 12:02:00 -05:00
captions: 'test2/captions/'
2017-07-12 04:56:02 -05:00
cache: 'test2/cache/'
2019-07-19 07:36:04 -05:00
plugins: 'test2/plugins/'
2017-02-16 12:19:56 -06:00
admin:
email: 'admin2@example.com'
signup:
enabled: false
2017-05-04 14:51:00 -05:00
transcoding:
enabled: true
2018-12-11 07:52:50 -06:00
allow_additional_extensions: true
2019-05-17 04:56:12 -05:00
allow_audio_files: true