Add MinIO object storage
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user