first commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
PORT=3000
|
||||
|
||||
# AWS S3 / MinIO Configuration
|
||||
AWS_REGION=us-east-1
|
||||
AWS_ACCESS_KEY_ID=your_access_key
|
||||
AWS_SECRET_ACCESS_KEY=your_secret_key
|
||||
S3_BUCKET_NAME=your_s3_bucket_name
|
||||
|
||||
# For MinIO or other S3-compatible storage
|
||||
S3_ENDPOINT=http://127.0.0.1:9000
|
||||
S3_FORCE_PATH_STYLE=true
|
||||
Reference in New Issue
Block a user