X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-5.yaml;h=ad90fec04ae9bb350d4b5ce381d8bd559e7f78ca;hb=c08a7f16e72767f7ffdcdb8d66be419f56452f1b;hp=97f18a7a0d1acd0ec60fad2a15a738bec806940a;hpb=62549e6c9818f422698f030e0b242609115493ed;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-5.yaml b/config/test-5.yaml index 97f18a7a0..ad90fec04 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -2,7 +2,6 @@ listen: port: 9005 webserver: - hostname: 'localhost' port: 9005 database: @@ -11,6 +10,7 @@ database: # From the project root directory storage: tmp: 'test5/tmp/' + tmp_persistent: 'test5/tmp-persistent/' bin: 'test5/bin/' avatars: 'test5/avatars/' videos: 'test5/videos/' @@ -23,6 +23,7 @@ storage: captions: 'test5/captions/' cache: 'test5/cache/' plugins: 'test5/plugins/' + well_known: 'test5/well-known/' client_overrides: 'test5/client-overrides/' admin: @@ -30,3 +31,6 @@ admin: transcoding: enabled: false + +video_studio: + enabled: false