X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config%2Ftest-6.yaml;h=d74d3b05214214de7d7e797fe5fe70c3dcae36ad;hb=00871a261787ae1ed8446861ba2bd5eea9faca6d;hp=5b8bf306b4a408d9d2dde6da59821f3061135ec0;hpb=1e2564d3927ce4ca4ca9a09930da6da7ebb4e9a1;p=oweals%2Fpeertube.git diff --git a/config/test-6.yaml b/config/test-6.yaml index 5b8bf306b..d74d3b052 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -2,15 +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'