forked from External/greenlight
GRN2-138: Fixed issue with admin rake task (#521)
* Fixed issue with admin rake task * rspec
This commit is contained in:
committed by
Jesus Federico
parent
4a4fcec6fb
commit
c3ddb17514
@ -66,7 +66,6 @@ module Greenlight
|
||||
config.loadbalancer_endpoint = ENV["LOADBALANCER_ENDPOINT"]
|
||||
config.loadbalancer_secret = ENV["LOADBALANCER_SECRET"]
|
||||
config.launcher_secret = ENV["LAUNCHER_SECRET"]
|
||||
config.launcher_allow_user_signup = ENV["LAUNCHER_ALLOW_GREENLIGHT_ACCOUNTS"]
|
||||
|
||||
# Fix endpoint format if required.
|
||||
config.loadbalancer_endpoint += "/" unless config.bigbluebutton_endpoint.ends_with?("/")
|
||||
|
Reference in New Issue
Block a user