Remove trailing whitespace.

This commit is contained in:
Joachim Bauch 2022-02-10 15:11:39 +01:00
parent afa72b576f
commit 46bcdfc18b
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -89,7 +89,7 @@ systemctl start signaling.service
You will likely have to adjust the Janus command line options depending on the exact network configuration on your server. Refer to [Setup of Janus](#setup-of-janus) and the Janus documentation for how to configure your Janus server.
Copy `server.conf.in` to `server.conf` and adjust it to your liking.
Copy `server.conf.in` to `server.conf` and adjust it to your liking.
If you're using the [docker-compose.yml](docker-compose.yml) configuration as is, the MCU Url must be set to `ws://localhost:8188`, the NATS Url must be set to `nats://localhost:4222`, and TURN Servers must be set to `turn:localhost:3478?transport=udp,turn:localhost:3478?transport=tcp`.