chore: revert broken text_bbox integration changes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
DocAuditAI Dev
2026-03-23 18:03:19 +08:00
parent 61fdfec3d0
commit e1ac39cb3a
2 changed files with 8 additions and 5 deletions
+3
View File
@@ -20,3 +20,6 @@ auth_doc/
teach/
typecheck_result.txt
*.DS_Store
*.swp
run.log
package-lock.json
+5 -5
View File
@@ -60,11 +60,11 @@ export const portConfigs: Record<string, Partial<ApiConfig>> = {
// collaboraUrl: 'http://172.16.0.81:9980',
// appUrl: 'http://172.16.0.34:51703',
baseUrl: 'http://10.79.97.17:8000',
documentUrl: 'http://10.79.97.17:8000/docauditai/',
uploadUrl: 'http://10.79.97.17:8000/api/v2/documents',
collaboraUrl: 'http://10.79.97.17:9980',
appUrl: 'http://10.79.97.17:51703',
baseUrl: 'http://nas.7bm.co:8073',
documentUrl: 'http://nas.7bm.co:8073/docauditai/',
uploadUrl: 'http://nas.7bm.co:8073/api/v2/documents',
collaboraUrl: 'http://nas.7bm.co:9980',
appUrl: 'http://nas.7bm.co:51703',
oauth: {
redirectUri: 'http://10.79.97.17:51703/callback',