mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
MNT-21869 libreoffice timeout set too high (#295)
* MNT-21869 libreoffice timeout set too high Reduce default value of timeout for libreoffice from 2000min to 20min Add option to configure libreoffice timeout externally. Enable to configure externally the port on which the app starts. Add external-engine-configuration.md
This commit is contained in:
committed by
GitHub
parent
608fdc1ab4
commit
32e48b413b
@@ -18,7 +18,7 @@ activemq:
|
||||
url: ${ACTIVEMQ_URL:false}
|
||||
|
||||
server:
|
||||
port: 8090
|
||||
port: ${SERVER.PORT:8090}
|
||||
error:
|
||||
include-message: ALWAYS
|
||||
|
||||
|
Reference in New Issue
Block a user