forked from External/greenlight
Added a env variable to toggle visibilty of the customize tab in user settings (#369)
This commit is contained in:
committed by
Jesus Federico
parent
c38032ac20
commit
9c23c88735
@ -111,6 +111,10 @@ RELATIVE_URL_ROOT=/b
|
||||
# By default, this is the BigBlueButton logo.
|
||||
BRANDING_IMAGE=
|
||||
|
||||
# Shows/Hides a tab in User Settings which allows the user to customize their own instance of GreenLight
|
||||
# Customization is currently unimplemented, so this will default to false
|
||||
ALLOW_CUSTOM_BRANDING=false
|
||||
|
||||
# Specify which settings you would like the users to configure on room creation
|
||||
# or edit after the room has been created
|
||||
# By default, all settings are turned OFF.
|
||||
|
Reference in New Issue
Block a user