mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-30 15:31:12 +00:00
Update .env
remove whitespaces and add new optional login area
This commit is contained in:
parent
0aa752cab6
commit
9dcd05961f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user