aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-08 10:53:33 +0200
committerChocobozzz <me@florianbigard.com>2018-06-08 10:53:33 +0200
commitdbe868c07080135cf62ecb8ad556d471c1e6c2ca (patch)
tree54a4107e5eefee072b3df05449f5fdc491417d80 /.github/CONTRIBUTING.md
parent2ce2fd7f450ec7e5c00af7ee445226df7d19a880 (diff)
downloadPeerTube-dbe868c07080135cf62ecb8ad556d471c1e6c2ca.tar.gz
PeerTube-dbe868c07080135cf62ecb8ad556d471c1e6c2ca.tar.zst
PeerTube-dbe868c07080135cf62ecb8ad556d471c1e6c2ca.zip
Add note about instance config in contributing guide
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md4
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
129Then you will get access to the three nodes at `http://localhost:900{1,2,3}` 129Then you will get access to the three nodes at `http://localhost:900{1,2,3}`
130with the `root` as username and `test{1,2,3}` for the password. 130with the `root` as username and `test{1,2,3}` for the password.
131 131
132Instance 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
158Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`.
159Note that only instance 2 has transcoding enabled. \ No newline at end of file