add ability to disable guest access

This commit is contained in:
Josh
2017-07-12 16:34:16 -04:00
parent 0cbb587fc0
commit 3a882f85c6
4 changed files with 36 additions and 14 deletions

4
env
View File

@ -100,3 +100,7 @@ SMTP_PASSWORD=yourpassword
# default is '/b' (recommended)
#
#RELATIVE_URL_ROOT=/b
# Uncomment and set to 'true' to only allow users to create meetings when authenticated.
# Unauthenticated users are still able to join meetings through invites.
#DISABLE_GUEST_ACCESS=false