From 569eb1b445c29f4f021b2e1bc3f969a3b8935cc5 Mon Sep 17 00:00:00 2001 From: zgaetano Date: Tue, 31 Mar 2026 15:29:52 -0400 Subject: [PATCH] Add .env.example --- .env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d2f06b8 --- /dev/null +++ b/.env.example @@ -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