diff --git a/connection_info.template.txt b/connection_info.template.txt index aef9395..9d4403a 100644 --- a/connection_info.template.txt +++ b/connection_info.template.txt @@ -5,3 +5,7 @@ SITE_URL = "*** INPUT SHAREPOINT SITE URL HERE ***" DOCUMENT_LIBRARY = "*** INPUT DOCUMENT LIBRARY NAME HERE (e.g. Documents) ***" FOLDERS_TO_DOWNLOAD = "*** INPUT FOLDERS TO DOWNLOAD (Comma separated). LEAVE EMPTY TO DOWNLOAD ENTIRE LIBRARY ***" LOCAL_PATH = "*** INPUT LOCAL DESTINATION PATH HERE ***" + +# Hash Validation Settings +ENABLE_HASH_VALIDATION = "True" +HASH_THRESHOLD_MB = "30"