From c6c8de08f0c55b98f507ef7cfa0ae910f00c4064 Mon Sep 17 00:00:00 2001 From: slhmy <1484836413@qq.com> Date: Thu, 8 Feb 2024 20:21:06 +0800 Subject: [PATCH] Update rclone config example --- environment/rclone-minio.example.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/environment/rclone-minio.example.conf b/environment/rclone-minio.example.conf index dc382cb..f12579b 100644 --- a/environment/rclone-minio.example.conf +++ b/environment/rclone-minio.example.conf @@ -2,8 +2,9 @@ type = s3 provider = Minio env_auth = false -access_key_id = your_access_key_id -secret_access_key = your_access_key_id +# It is not so wise to put your root credentials in the config file +access_key_id = minio-root-user +secret_access_key = minio-root-password endpoint = http://host.docker.internal:9000 location_constraint = acl = private \ No newline at end of file