From cba6f25ff2f50487fc822d678d5e77cbe441da59 Mon Sep 17 00:00:00 2001 From: androidlover5842 Date: Sat, 31 Jan 2026 09:27:10 +0530 Subject: [PATCH] profile:dont reuse commons --- src/main/resources/application-prod.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 7990b89..d191ea1 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -2,7 +2,4 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/trisolaris ai.llama.baseUrl=http://localhost:8089/v1/chat/completions logging.level.com.android.trisolarisserver.controller.Auth=INFO storage.documents.aiBaseUrl=http://127.0.0.1:18921 -ocr.paddle.enabled=true -ocr.paddle.baseUrl=http://127.0.0.1:9001 -ocr.paddle.minScore=0.9 -ocr.paddle.minAverageScore=0.8 +ocr.paddle.baseUrl=http://127.0.0.1:9001 \ No newline at end of file