From: Chocobozzz Date: Fri, 8 Jun 2018 08:53:33 +0000 (+0200) Subject: Add note about instance config in contributing guide X-Git-Tag: v1.0.0-beta.8~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dbe868c07080135cf62ecb8ad556d471c1e6c2ca;p=oweals%2Fpeertube.git Add note about instance config in contributing guide --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 56ea110b3..d4488a89a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -129,6 +129,7 @@ $ npm run play Then you will get access to the three nodes at `http://localhost:900{1,2,3}` with the `root` as username and `test{1,2,3}` for the password. +Instance configurations are in `config/test-{1,2,3}.yaml`. ### Unit tests @@ -153,3 +154,6 @@ If you just want to run 1 test: ``` $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/tests/api/index.ts ``` + +Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. +Note that only instance 2 has transcoding enabled. \ No newline at end of file