From c3e0ab59962a30a5a0489544735d9ba7f5cde6fc Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 29 Apr 2023 11:35:06 +0200 Subject: [PATCH] [mirotalk] - add comment, fix typo --- .env.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 1d435f2e..a7ebb08a 100644 --- a/.env.template +++ b/.env.template @@ -22,18 +22,20 @@ NGROK_ENABLED=false # true or false NGROK_AUTH_TOKEN=YourNgrokAuthToken # Stun +# About: https://bloggeek.me/webrtcglossary/stun/ # Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ STUN_SERVER_ENABLED=true # true or false STUN_SERVER_URL=stun:stun.l.google.com:19302 -# Turn +# Turn +# About: https://bloggeek.me/webrtcglossary/turn/ # Recommended: https://github.com/coturn/coturn # Installation: https://github.com/miroslavpejic85/mirotalk/blob/master/docs/coturn.md # Free one: https://www.metered.ca/tools/openrelay/ (Please, create your own account) # Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ -TURN_SERVER_ENABLED=false # true or false +TURN_SERVER_ENABLED=true # true or false TURN_SERVER_URL=turn:a.relay.metered.ca:443 TURN_SERVER_USERNAME=e8dd65b92c62d3e36cafb807 TURN_SERVER_CREDENTIAL=uWdWNmkhvyqTEswO