Skip to content
Snippets Groups Projects
Unverified Commit 154bb883 authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

Make sure the loadbalancer URL is correct (#440)

parent b15868fb
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,10 @@ module Greenlight
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?("/")
config.loadbalancer_endpoint = config.loadbalancer_endpoint.chomp("api/")
end
# Specify the email address that all mail is sent from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment