bigbluebutton-Github/labs/bbb-api-php/includes/config.php
2012-04-05 10:47:53 -04:00

9 lines
400 B
PHP

<?php
// BASE CONFIGS (set these to match the values from your BBB server)
/* Public test server values from Blind Side Networks:
url: http://test-install.blindsidenetworks.com/bigbluebutton/
salt: 8cd8ef52e8e101574e400365b55e11a6
*/
define("CONFIG_SECURITY_SALT", "8cd8ef52e8e101574e400365b55e11a6");
define("CONFIG_SERVER_BASE_URL", "http://test-install.blindsidenetworks.com/bigbluebutton/");
?>