11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
# MinIO Configuration
|
|
# Copy this to .env and set your credentials
|
|
|
|
# MinIO Root Credentials
|
|
# These are used for both S3 API access and web console login
|
|
MINIO_ROOT_USER=admin
|
|
MINIO_ROOT_PASSWORD=change-this-to-a-strong-password
|
|
|
|
# Note: In production, use a password manager to generate a strong password
|
|
# Example: openssl rand -base64 32
|