adding checksum. using customer name as the provider

This commit is contained in:
bruckwubete
2018-07-10 12:11:00 -04:00
parent 0d2a5a4c90
commit 137b8450a8
4 changed files with 10 additions and 3 deletions

View File

@ -25,6 +25,7 @@ module Greenlight
# Fetch credentials from a loadbalancer based on provider.
config.loadbalancer_endpoint = ENV["LOADBALANCER_ENDPOINT"]
config.loadbalancer_secret = ENV["LOADBALANCER_SECRET"]
config.launcher_secret = ENV["LAUNCHER_SECRET"]
else
# Default credentials (test-install.blindsidenetworks.com/bigbluebutton).
config.bigbluebutton_endpoint_default = "http://test-install.blindsidenetworks.com/bigbluebutton/api/"