chore: adding an env example
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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"
|
||||||
Reference in New Issue
Block a user