MAI CALL - step 3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user