X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-1.yaml;h=cb658397c5efaff873c5e2548152b6bf0d944b41;hb=00b5556c182fa70dfca17c517488b8afae6257c9;hp=b2a0a5422c96135ca02085bae5e64e2af18cf15f;hpb=99fe265a5fc077cb66c322e7f3d191ff7110aea0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-1.yaml b/config/test-1.yaml index b2a0a5422..cb658397c 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -10,8 +10,22 @@ database: # From the project root directory storage: - certs: 'test1/certs/' + avatars: 'test1/avatars/' videos: 'test1/videos/' logs: 'test1/logs/' + previews: 'test1/previews/' thumbnails: 'test1/thumbnails/' torrents: 'test1/torrents/' + cache: 'test1/cache/' + +admin: + email: 'admin1@example.com' + +user: + video_quota: 5242880 # 5MB + +signup: + limit: 4 + +transcoding: + enabled: false