aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-17 10:28:33 +0100
committerChocobozzz <me@florianbigard.com>2023-02-17 10:28:33 +0100
commitefaf3797897533ebaac6d96110c4c56af9fc1628 (patch)
treefc050302e7104a76e4eb620415dc91e7f122e876 /.github
parent03902b00994a03e333acd7662d26782e3dc52e07 (diff)
downloadPeerTube-efaf3797897533ebaac6d96110c4c56af9fc1628.tar.gz
PeerTube-efaf3797897533ebaac6d96110c4c56af9fc1628.tar.zst
PeerTube-efaf3797897533ebaac6d96110c4c56af9fc1628.zip
Fix dev instance following test instances
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 43b93daec..e635969ad 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -228,7 +228,7 @@ $ NODE_APP_INSTANCE=2 NODE_ENV=test npm start
228$ NODE_APP_INSTANCE=3 NODE_ENV=test npm start 228$ NODE_APP_INSTANCE=3 NODE_ENV=test npm start
229``` 229```
230 230
231Then you will get access to the three nodes at `http://localhost:900{1,2,3}` 231Then you will get access to the three nodes at `http://127.0.0.1:900{1,2,3}`
232with the `root` as username and `test{1,2,3}` for the password. 232with the `root` as username and `test{1,2,3}` for the password.
233 233
234Instance configurations are in `config/test-{1,2,3}.yaml`. 234Instance configurations are in `config/test-{1,2,3}.yaml`.