X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-4.yaml;h=a0a9bde21e819aa459b0576206467973f2c2c8cd;hb=a988e81c0e5faf0be58d303448659e9697c40901;hp=68253cae90395a46d9e40117f4af7c5e3f184cab;hpb=b3d92510157f9066ea7fa82c303bea7a10eb55b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-4.yaml b/config/test-4.yaml index 68253cae9..a0a9bde21 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -2,11 +2,11 @@ listen: port: 9004 webserver: - host: 'localhost' + hostname: 'localhost' port: 9004 database: - suffix: '-test4' + suffix: '_test4' # From the project root directory storage: @@ -15,3 +15,6 @@ storage: logs: 'test4/logs/' thumbnails: 'test4/thumbnails/' torrents: 'test4/torrents/' + +admin: + email: 'admin4@example.com'