forked from bigbluebutton/bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update playwright tests to support sha256 and sha512 algorithms (…
…bigbluebutton#19725) * update to support sha256 and sha512 algorithms * Update bigbluebutton-tests/playwright/.env.template Co-authored-by: Anton Barboza de Sá <[email protected]> --------- Co-authored-by: Anton Georgiev <[email protected]> Co-authored-by: Anton Barboza de Sá <[email protected]>
- Loading branch information
1 parent
da735d5
commit 574f8fd
Showing
4 changed files
with
75 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters