[mirotalk] - update dep. and env.template

This commit is contained in:
Miroslav Pejic
2022-08-04 19:37:05 +02:00
parent 5f910a1b36
commit bc5a783ee3
2 changed files with 7 additions and 8 deletions
+5 -6
View File
@@ -16,14 +16,13 @@ NGROK_AUTH_TOKEN=YourNgrokAuthToken
STUN=stun:stun.l.google.com:19302
# Turn
# 1. Goto http://numb.viagenie.ca/
# 2. Create an account
# 3. Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
# Recommended:: https://github.com/coturn/coturn
# Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
TURN_ENABLED=true|false
TURN_URLS=turn:numb.viagenie.ca
TURN_USERNAME=YourNumbUsername
TURN_PASSWORD=YourNumbPassword
TURN_URLS=turn:YourTurnServer
TURN_USERNAME=YourTurnUsername
TURN_PASSWORD=YourTurnPassword
# API
# The response will give you a entrypoint / Room URL for your meeting.
+2 -2
View File
@@ -32,8 +32,8 @@
"ngrok": "^4.3.1",
"qs": "^6.11.0",
"socket.io": "^4.5.1",
"@sentry/node": "^7.7.0",
"@sentry/integrations": "^7.7.0",
"@sentry/node": "^7.8.1",
"@sentry/integrations": "^7.8.1",
"swagger-ui-express": "^4.5.0",
"uuid": "8.3.2",
"yamljs": "^0.3.0"