From a75fc49d9f0ab61b3566bc2668a837dcbae33e78 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 2 Nov 2025 20:50:04 -0600 Subject: [PATCH] no secret is safe --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d6274ad..ad950a1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # try-rustfs Looking for a minio alternative and trying out rustfs + +## .env + +Yes there is a `.env` file in the root directory. Yes it includes secrets. Yes +this would be a bad idea for anything connected to the internet. This only +ever only ever ran on my local system. + +**never** commit real secrets to your repo.