From 53e4ab2278cd6162e06af3f7377e8cf8cb605067 Mon Sep 17 00:00:00 2001 From: arashagp Date: Mon, 8 Jun 2026 14:09:18 +0330 Subject: [PATCH] chore: adding an env example --- .env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..ff23d9c --- /dev/null +++ b/.env.example @@ -0,0 +1,11 @@ +SOURCE_S3_ENDPOINT="http://95.156.253.15:9001/" +SOURCE_S3_REGION="default" +SOURCE_S3_ACCESS_KEY="sirCxqNKw85GdnlLfzko" +SOURCE_S3_SECRET_KEY="qbyQPjiCd5RcfIFpA3l2sG7EW9nT1gtVYkKJN08w" +SOURCE_S3_BUCKET="test" + +DEST_S3_ENDPOINT="http://95.156.253.15:9001/" +DEST_S3_REGION="default" +DEST_S3_ACCESS_KEY="sirCxqNKw85GdnlLfzko" +DEST_S3_SECRET_KEY="qbyQPjiCd5RcfIFpA3l2sG7EW9nT1gtVYkKJN08w" +DEST_S3_BUCKET="test" \ No newline at end of file