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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,13 @@
HTTPS=false
# Domain
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
PORT=3000