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:
farhatahmad
2019-05-17 12:52:53 -04:00
committed by Jesus Federico
parent c3ddb17514
commit adf4b68008
2 changed files with 2 additions and 2 deletions

View File

@ -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'