X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config%2Ftest-6.yaml;h=d74d3b05214214de7d7e797fe5fe70c3dcae36ad;hb=00871a261787ae1ed8446861ba2bd5eea9faca6d;hp=0c7675cc212a8b806f89ceb2c3646c1438488d75;hpb=3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a;p=oweals%2Fpeertube.git diff --git a/config/test-6.yaml b/config/test-6.yaml index 0c7675cc2..d74d3b052 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -2,20 +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/' -network: - friends: - - 'http://localhost:9001' - - 'http://localhost:9002' - - 'http://localhost:9003' +admin: + email: 'admin6@example.com'