[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2024-02-23 15:41:14 +01:00
parent 52e367015d
commit 12c611f6c9
12 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -88,9 +88,9 @@ IP_LOOKUP_ENABLED=false # true or false
# API
# The response will give you a entrypoint / Room URL for your meeting.
# curl -X POST "http://localhost:3000/api/v1/meeting" -H "authorization: mirotalk_default_secret" -H "Content-Type: application/json"
# curl -X POST "http://localhost:3000/api/v1/meeting" -H "authorization: mirotalkp2p_default_secret" -H "Content-Type: application/json"
API_KEY_SECRET=mirotalk_default_secret
API_KEY_SECRET=mirotalkp2p_default_secret
# Survey URL
# Using to redirect the client after close the call (feedbacks, website...)