You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
390 B

URL=https://bbb.joefix.it/bigbluebutton/
SECRET=
ID="Demo Meeting"
TEST_DURATION=300
LISTEN_ONLY=5
MIC=0
WEBCAM=1
# BBB URL and secret can be retrieved by running bbb-conf --secret on the BBB server.
heroku config:set BBB_URL=$URL BBB_SECRET=$SECRET BBB_MEETING_ID="$ID" BBB_TEST_DURATION=$TEST_DURATION BBB_CLIENTS_LISTEN_ONLY=$LISTEN_ONLY BBB_CLIENTS_MIC=$MIC BBB_CLIENTS_WEBCAM=$WEBCAM