chore: update MinIO credentials in .env.example files

Sync MINIO_SECRET_KEY default value with MinIO server config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-07 23:22:45 -08:00
parent e825d6938d
commit 2613a601b4
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ MINIO_USE_SSL=false
# MinIO credentials (must match minio server config)
MINIO_ACCESS_KEY=admin
MINIO_SECRET_KEY=minio_secret_password
MINIO_SECRET_KEY=change_me_to_secure_password
# Bucket for user avatars
MINIO_BUCKET_AVATARS=avatars

View File

@ -118,7 +118,7 @@ MINIO_USE_SSL=false
# MinIO credentials (must match minio server config)
MINIO_ACCESS_KEY="admin"
MINIO_SECRET_KEY="minio_secret_password"
MINIO_SECRET_KEY="change_me_to_secure_password"
# Bucket for user avatars
MINIO_BUCKET_AVATARS="avatars"