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:
parent
e825d6938d
commit
2613a601b4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue