# MinIO Configuration
# Copy this file to .env and update with your MinIO settings
# MinIO server endpoint (without protocol)
MINIO_ENDPOINT=localhost
# MinIO server port
MINIO_PORT=9000
# Use SSL/HTTPS connection (true/false)
MINIO_USE_SSL=false
# MinIO access credentials
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
# Bucket name for storing charts
MINIO_BUCKET_NAME=mcp-echarts