bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/.env-template
Mohamed Amine Ben Salah cd985a02c2
Add additional user whiteboard access test spec (#11799)
* WIP adding whiteboard special user access test spec

* Adds additional user whiteboard access test spec to whiteboard.obj.js
2021-03-30 06:49:07 -04:00

15 lines
581 B
Plaintext

# meeting credentials
BBB_SERVER_URL=""
BBB_SHARED_SECRET=""
# browserless credentials
BROWSERLESS_ENABLED=false # true/false
BROWSERLESS_URL= # ip:port
BROWSERLESS_TOKEN= # token
# collecting metrics
BBB_COLLECT_METRICS=true # (true/false): true to collect metrics
TEST_FOLDER=data # the metrics output folder
GENERATE_EVIDENCES=true # (true/false): true to generate evidences
DEBUG=true # (true/false): true to enable console debugging