chore: adding an env example

This commit is contained in:
2026-06-08 14:09:18 +03:30
parent debdb70a52
commit 53e4ab2278

11
.env.example Normal file
View File

@@ -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"