# Specify the URL and SECRET of your BigBlueButton-Server (check on your BBB-Server with command 'bbb-conf --secret')
BBB_SERVER_BASE_URL="https://test-install.blindsidenetworks.com/bigbluebutton/"
BBB_SECRET="8cd8ef52e8e101574e400365b55e11a6"

# SET THE HASHING ALGORITHM FOR HOOKS (BBB-SERVER < 3.0 MUST USE 'sha_1')
HASH_ALGO_FOR_HOOKS="sha1"