From c7e133221b697062efe4e7d1a9cd5b9d977d4176 Mon Sep 17 00:00:00 2001 From: Divyam <47589864+divyam234@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:52:49 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2abe22a..270a456 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ api_host = http://localhost:8080 # default host access_token = #session token obtained from cookies chunk_size = 500M upload_concurrency = 4 -encrypt_files = false # Enable this to encrypt files make sure ENCRYPTION_KEY env variable is not empty in teldrive instance. +encrypt_files = false # Enable this to encrypt files make sure encryption key is not empty in teldrive config file. random_chunk_name= true # Use random chunk names when uploading files to channel instead of original filename. ``` **See all options in rclone config command**