From a2f2121a267122cac44e09ba14edbe2b864a6e44 Mon Sep 17 00:00:00 2001 From: bsayan2 Date: Tue, 6 Jan 2026 14:33:36 +0530 Subject: [PATCH] ACS-10505 libreoffice path corrected --- engines/libreoffice/src/main/resources/application-default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/libreoffice/src/main/resources/application-default.yaml b/engines/libreoffice/src/main/resources/application-default.yaml index 938ebf2a..d020d792 100644 --- a/engines/libreoffice/src/main/resources/application-default.yaml +++ b/engines/libreoffice/src/main/resources/application-default.yaml @@ -3,7 +3,7 @@ queue: transform: core: libreoffice: - path: ${LIBREOFFICE_HOME:C:\Users\sabhattacharya\Alfresco\LibreOffice25} + path: ${LIBREOFFICE_HOME:/opt/libreoffice7.2} maxTasksPerProcess: ${LIBREOFFICE_MAX_TASKS_PER_PROCESS:200} timeout: ${LIBREOFFICE_TIMEOUT:1200000} portNumbers: ${LIBREOFFICE_PORT_NUMBERS:8100}