forked from External/greenlight
GRN2-139: Fixed issue with default bbb endpoint (#522)
* Fixed issue with default bbb endpoint * Fixed issue with configuration rake task
This commit is contained in:
committed by
Jesus Federico
parent
c3ddb17514
commit
adf4b68008
@ -24,7 +24,7 @@ namespace :conf do
|
||||
# Tests the checksum on the getMeetings api call
|
||||
print "Checking Secret"
|
||||
checksum = Digest::SHA1.hexdigest("getMeetings#{ENV['BIGBLUEBUTTON_SECRET']}")
|
||||
test_request("#{ENV['BIGBLUEBUTTON_ENDPOINT']}api/getMeetings?checksum=#{checksum}")
|
||||
test_request("#{ENV['BIGBLUEBUTTON_ENDPOINT']}getMeetings?checksum=#{checksum}")
|
||||
passed
|
||||
|
||||
if ENV['ALLOW_MAIL_NOTIFICATIONS'] == 'true'
|
||||
|
Reference in New Issue
Block a user