forked from External/greenlight
Added the ability to choose which room settings are available using env variable (#363)
This commit is contained in:
committed by
Jesus Federico
parent
5a7c3133da
commit
d24e8fad14
11
sample.env
11
sample.env
@ -23,7 +23,7 @@ BIGBLUEBUTTON_SECRET=
|
||||
# http://docs.bigbluebutton.org/install/greenlight-v2.html#google-oauth2
|
||||
#
|
||||
# The GOOGLE_OAUTH2_HD variable is used to limit sign-ins to a particular set of Google Apps hosted
|
||||
# domains. This can be a string with separating commas such as, 'domain.com, example.com' or
|
||||
# domains. This can be a string with separating commas such as, 'domain.com, example.com' or
|
||||
# a string that specifies a single domain restriction such as, 'domain.com'.
|
||||
# If left blank, GreenLight will allow sign-in from all Google Apps hosted domains.
|
||||
GOOGLE_OAUTH2_ID=
|
||||
@ -111,6 +111,15 @@ RELATIVE_URL_ROOT=/b
|
||||
# By default, this is the BigBlueButton logo.
|
||||
BRANDING_IMAGE=
|
||||
|
||||
# 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.
|
||||
#
|
||||
# Current settings available:
|
||||
# default-client: Room owners can decide between the Flash Client and the HTML5 Client for a room
|
||||
# mute-on-join: Automatically mute users by default when they join a room
|
||||
ROOM_FEATURES=default-client,mute-on-join
|
||||
|
||||
# Comment this out to send logs to STDOUT in production instead of log/production.log .
|
||||
#
|
||||
# RAILS_LOG_TO_STDOUT=true
|
||||
|
Reference in New Issue
Block a user