X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-1.yaml;h=49fbebf0440db460b6dda95d7e70fe54d2933f06;hb=331128ed3512aa2c1b632e25ac7ac0174bdb3789;hp=b2a0a5422c96135ca02085bae5e64e2af18cf15f;hpb=99fe265a5fc077cb66c322e7f3d191ff7110aea0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-1.yaml b/config/test-1.yaml index b2a0a5422..49fbebf04 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -10,8 +10,23 @@ database: # From the project root directory storage: + avatars: 'test1/avatars/' certs: 'test1/certs/' 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