feat: add .env.example for all
This commit is contained in:
@@ -1 +1,14 @@
|
||||
MINIO_ROOT_PASSWORD=
|
||||
# MinIO Version
|
||||
MINIO_VERSION=RELEASE.2025-09-07T16-13-09Z
|
||||
|
||||
# MinIO credentials
|
||||
MINIO_ROOT_USER=root
|
||||
MINIO_ROOT_PASSWORD=password123
|
||||
|
||||
# Optional: Legacy access key/secret (use root user/password instead)
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
||||
|
||||
# Ports
|
||||
MINIO_PORT_OVERRIDE_API=9000
|
||||
MINIO_PORT_OVERRIDE_WEBUI=9001
|
||||
|
||||
Reference in New Issue
Block a user