mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
Update .env
remove whitespaces and add new optional login area
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user