renaming and making default SHA-256

This commit is contained in:
msramalho
2022-07-25 12:12:43 +01:00
parent 7b8be95e25
commit 2d7d8c4e08
3 changed files with 8 additions and 7 deletions

View File

@@ -80,6 +80,10 @@ execution:
storage: s3
# defaults to false, when true will try to avoid duplicate URL archives
check_if_exists: true
# choose a hash algorithm (either SHA-256 or SHA3-512, defaults to SHA-256)
# hash_algorithm: SHA-256
# optional configurations for the selenium browser that takes screenshots, these are the defaults
selenium:
# values under 10s might mean screenshots fail to grab screenshot
@@ -105,7 +109,3 @@ execution:
screenshot: screenshot
hash: hash
# Must be either SHA256 or SHA3_512
hash_algorithm: SHA3_512
# hash_algorithm: SHA256