1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-25 19:52:28 +01:00

Update contributing.md

This commit is contained in:
Flam3rboy 2021-08-09 15:45:32 +02:00 committed by GitHub
parent d49eda96f1
commit ff4a61818a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ To do this create a ``/api/.env`` file and appending/writing this:
```
GATEWAY=[YOURGATEWAYURL]
```
replace ``[YOURGATEWAYURL]`` with your gateway endpoint e.g. ``ws://localhost:3001``, ``wss://myfosscordserver:3001``
replace ``[YOURGATEWAYURL]`` with your gateway endpoint e.g. ``ws://localhost:3002``, ``wss://myfosscordserver:3002``
if it is https/ssl encrypted use ``wss`` otherwise use ``ws``.
---