PeerTube/config/test-1.yaml
kontrollanten 6c5f0d3aeb
server: serve files from storage/well-known (#5214)
* server: serve files from storage/well-known

closes #5206

* well-known: add tests

* test: try to skip new tests

* test: another try

* fix(config/prod): well_known path

* test: fix broken tests

* Update misc-endpoints.ts

* Use getDirectoryPath for tests

* Fix tests

Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-10-04 10:53:00 +02:00

47 lines
789 B
YAML

listen:
port: 9001
webserver:
hostname: 'localhost'
port: 9001
database:
suffix: '_test1'
# From the project root directory
storage:
tmp: 'test1/tmp/'
bin: 'test1/bin/'
avatars: 'test1/avatars/'
videos: 'test1/videos/'
streaming_playlists: 'test1/streaming-playlists/'
redundancy: 'test1/redundancy/'
logs: 'test1/logs/'
previews: 'test1/previews/'
thumbnails: 'test1/thumbnails/'
torrents: 'test1/torrents/'
captions: 'test1/captions/'
cache: 'test1/cache/'
plugins: 'test1/plugins/'
well_known: 'test1/well-known/'
client_overrides: 'test1/client-overrides/'
admin:
email: 'admin1@example.com'
user:
video_quota: 5242880 # 5MB
signup:
limit: 4
transcoding:
enabled: false
video_studio:
enabled: false
live:
rtmp:
port: 1936