bigbluebutton-Github/bigbluebutton-tests/playwright/.env.template

7 lines
444 B
Plaintext
Raw Normal View History

2021-11-18 04:07:14 +08:00
# meeting credentials
BBB_URL="" # https://DOMAIN_NAME/bigbluebutton/api
BBB_SECRET=""
CHECKSUM="" # (sha1 | sha256 | sha512) Force a specific checksum algorithm. Useful for when the secret length is not a sha algorithm length
2022-03-01 04:16:01 +08:00
TIMEOUT_MULTIPLIER=1 # (number / empty) Apply a multiplier on default timeouts - depending the server strength (not recommended to use greater values than 3)