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
@ -83,5 +83,8 @@ module Greenlight
|
||||
|
||||
# Enable/disable recording thumbnails.
|
||||
config.recording_thumbnails = (ENV['RECORDING_THUMBNAILS'] != "false")
|
||||
|
||||
# Configure which settings are available to user on room creation/edit after creation
|
||||
config.room_features = ENV['ROOM_FEATURES'] || ""
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user