diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-08 10:53:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-08 10:53:33 +0200 |
commit | dbe868c07080135cf62ecb8ad556d471c1e6c2ca (patch) | |
tree | 54a4107e5eefee072b3df05449f5fdc491417d80 /.github | |
parent | 2ce2fd7f450ec7e5c00af7ee445226df7d19a880 (diff) | |
download | PeerTube-dbe868c07080135cf62ecb8ad556d471c1e6c2ca.tar.gz PeerTube-dbe868c07080135cf62ecb8ad556d471c1e6c2ca.tar.zst PeerTube-dbe868c07080135cf62ecb8ad556d471c1e6c2ca.zip |
Add note about instance config in contributing guide
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
129 | Then you will get access to the three nodes at `http://localhost:900{1,2,3}` | 129 | Then you will get access to the three nodes at `http://localhost:900{1,2,3}` |
130 | with the `root` as username and `test{1,2,3}` for the password. | 130 | with the `root` as username and `test{1,2,3}` for the password. |
131 | 131 | ||
132 | Instance configurations are in `config/test-{1,2,3}.yaml`. | ||
132 | 133 | ||
133 | ### Unit tests | 134 | ### Unit tests |
134 | 135 | ||
@@ -153,3 +154,6 @@ If you just want to run 1 test: | |||
153 | ``` | 154 | ``` |
154 | $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/tests/api/index.ts | 155 | $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/tests/api/index.ts |
155 | ``` | 156 | ``` |
157 | |||
158 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. | ||
159 | Note that only instance 2 has transcoding enabled. \ No newline at end of file | ||