Update .env

remove whitespaces and add new optional login area
This commit is contained in:
LRVT
2023-03-07 01:21:18 +01:00
committed by GitHub
parent 0aa752cab6
commit 9dcd05961f

View File

@@ -7,9 +7,13 @@
HTTPS=false HTTPS=false
# Domain # Domain
HOST=localhost HOST=localhost
# enable the following to protect mirotalk with an additional login screen
HOST_PROTECTED=false
HOST_USERNAME=username
HOST_PASSWORD=password
# Signaling Server listen port # Signaling Server listen port
PORT=3000 PORT=3000