[mirotalk] - fix typo
This commit is contained in:
+9
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user