# Database passwords (used by compose.yml services)
POSTGRES_PASSWORD=dev_password_123
MYSQL_PASSWORD=dev_password_123
MYSQL_ROOT_PASSWORD=root_password_123
# MinIO (future use)
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin123
# pgAdmin (optional, --profile admin)
PGADMIN_DEFAULT_EMAIL=admin@dataprof.dev
PGADMIN_DEFAULT_PASSWORD=admin123