X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=config%2Ftest-1.yaml;h=dbe408a8cbdfff7471e3502f8309106cb16f2e55;hb=4793c343fd3cde3c6282ed0fb38e039b4276de0e;hp=4be44abc79fa30ae626d380cfa0fad747344f3a0;hpb=b3d92510157f9066ea7fa82c303bea7a10eb55b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-1.yaml b/config/test-1.yaml index 4be44abc7..dbe408a8c 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -2,11 +2,11 @@ listen: port: 9001 webserver: - host: 'localhost' + hostname: 'localhost' port: 9001 database: - suffix: '-test1' + suffix: '_test1' # From the project root directory storage: @@ -15,3 +15,6 @@ storage: logs: 'test1/logs/' thumbnails: 'test1/thumbnails/' torrents: 'test1/torrents/' + +admin: + email: 'admin1@example.com'