X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-6.yaml;h=4fdc2402e403953559a9a4d7a47d3d65234df92f;hb=15dbc134bd92b3b9953d676b6c6bda2d41e4945b;hp=5b8bf306b4a408d9d2dde6da59821f3061135ec0;hpb=1e2564d3927ce4ca4ca9a09930da6da7ebb4e9a1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-6.yaml b/config/test-6.yaml index 5b8bf306b..4fdc2402e 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -2,15 +2,24 @@ listen: port: 9006 webserver: - host: 'localhost' + hostname: 'localhost' port: 9006 database: - suffix: '-test6' + suffix: '_test6' # From the project root directory storage: - certs: 'test6/certs/' - uploads: 'test6/uploads/' + avatars: 'test6/avatars/' + videos: 'test6/videos/' logs: 'test6/logs/' + previews: 'test6/previews/' thumbnails: 'test6/thumbnails/' + torrents: 'test6/torrents/' + cache: 'test6/cache/' + +admin: + email: 'admin6@example.com' + +transcoding: + enabled: false