MAI CALL - step 3

This commit is contained in:
2026-05-16 15:32:56 +01:00
parent e249a6f0b2
commit 8e57ccc7f0
12 changed files with 910 additions and 2 deletions
+11
View File
@@ -31,3 +31,14 @@ LOG_LEVEL="info"
# Node environment — Next.js sets this automatically; included here for
# packages that need it at module load time.
NODE_ENV="development"
# MinIO / S3-compatible object storage. Matches docker-compose.yml defaults.
# S3_FORCE_PATH_STYLE=true is required for MinIO (and other self-hosted S3 impls).
S3_ENDPOINT="http://localhost:9000"
S3_REGION="us-east-1"
S3_BUCKET="fieldops"
S3_ACCESS_KEY="fieldops"
S3_SECRET_KEY="fieldops123"
S3_FORCE_PATH_STYLE="true"
MINIO_ROOT_USER="fieldops"
MINIO_ROOT_PASSWORD="fieldops123"