X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-6.yaml;h=d74d3b05214214de7d7e797fe5fe70c3dcae36ad;hb=a988e81c0e5faf0be58d303448659e9697c40901;hp=31608add2ac32fd42bede89980bb00ee25f55d33;hpb=aff36eb063573532498979c83be1c279c84f2d53;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-6.yaml b/config/test-6.yaml index 31608add2..d74d3b052 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -2,16 +2,19 @@ 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/' + videos: 'test6/videos/' logs: 'test6/logs/' thumbnails: 'test6/thumbnails/' torrents: 'test6/torrents/' + +admin: + email: 'admin6@example.com'