GRN2-138: Fixed issue with admin rake task (#521)

* Fixed issue with admin rake task

* rspec
This commit is contained in:
farhatahmad
2019-05-17 12:49:42 -04:00
committed by Jesus Federico
parent 4a4fcec6fb
commit c3ddb17514
5 changed files with 2 additions and 24 deletions

View File

@ -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?("/")