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

10 lines
285 B
PHP

<?php
// This is the security salt that must match the value set in the BigBlueButton server
$salt = "1234567890abcdefghijklmnopqrstuvwxyz";
// This is the URL for the BigBlueButton server
//Make sure the url ends with /bigbluebutton/
$url = "http://example.com/bigbluebutton/";
?>