574f8fd277
* update to support sha256 and sha512 algorithms * Update bigbluebutton-tests/playwright/.env.template Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com> --------- Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com> Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>
7 lines
444 B
Plaintext
7 lines
444 B
Plaintext
# 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
|
|
|
|
TIMEOUT_MULTIPLIER=1 # (number / empty) Apply a multiplier on default timeouts - depending the server strength (not recommended to use greater values than 3)
|