Add .env.example
This commit is contained in:
parent
6070d523b1
commit
569eb1b445
1 changed files with 11 additions and 0 deletions
11
.env.example
Normal file
11
.env.example
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# S3-compatible endpoint (RustFS, MinIO, AWS, etc.)
|
||||||
|
S3_ENDPOINT=https://broadcastmgmt.cloud
|
||||||
|
S3_ACCESS_KEY=your-access-key
|
||||||
|
S3_SECRET_KEY=your-secret-key
|
||||||
|
S3_BUCKET=upload
|
||||||
|
S3_REGION=us-east-1
|
||||||
|
PORT=3000
|
||||||
|
|
||||||
|
# AMPP Job Monitoring (optional — enables live S3 Bulk Upload status panel)
|
||||||
|
AMPP_BASE_URL=https://us-east-1.gvampp.com
|
||||||
|
AMPP_API_KEY=your-ampp-api-key-here
|
||||||
Loading…
Reference in a new issue