[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2024-03-15 10:02:26 +01:00
parent 810a9036c7
commit ab3829b82a
+9 -9
View File
@@ -1,11 +1,15 @@
# Enable self-signed certs (app/ssl)
HTTPS=false # true or false
# Domain
HOST=localhost
# Signaling Server listen port
PORT=3000
# Enable self-signed certs (app/ssl)
HTTPS=false # true or false
# Time Zone corresponding to timezone identifiers from the IANA Time Zone Database es Europe/Rome default UTC
TZ=UTC
@@ -32,7 +36,7 @@ IP_WHITELIST_ALLOWED='["127.0.0.1", "::1"]'
# Host protection
# HOST_PROTECTED: When set to true, it requires a valid username and password from the HOST_USERS list to initialize or join a room.
# HOST_USER_AUTH: When set to true, it also requires a valid username and password for joining the room.
# HOST_USERS: This is the list of valid host users along with their credentials.
# HOST_USERS: This is the list of valid users along with their credentials.
HOST_PROTECTED=false # true or false
HOST_USER_AUTH=false # true or false
@@ -49,10 +53,6 @@ JWT_EXP=1h
PRESENTERS='["Miroslav Pejic", "miroslav.pejic.85@gmail.com"]'
# Signaling Server listen port
PORT=3000
# Ngrok
# 1. Goto https://ngrok.com
# 2. Get started for free