add project setup: gitignore, env sample, readme
This commit is contained in:
14
.env.sample
Normal file
14
.env.sample
Normal file
@@ -0,0 +1,14 @@
|
||||
# GCP
|
||||
YOUR_PROJECT=""
|
||||
BUCKET_NAME=""
|
||||
BUCKET_REGION=""
|
||||
SOURCE_PROJECT=""
|
||||
PARALLEL_EXPORTS=""
|
||||
|
||||
# Hetzner Object Storage (S3-compatible)
|
||||
HETZNER_S3_BUCKET=""
|
||||
HETZNER_S3_ENDPOINT=""
|
||||
S3_CONCURRENCY=""
|
||||
PARALLEL_UPLOADS=""
|
||||
AWS_ACCESS_KEY_ID=""
|
||||
AWS_SECRET_ACCESS_KEY=""
|
||||
Reference in New Issue
Block a user