MNT-21869: libreoffice timeout set too high [trigger release]

Change SERVER.PORT to SERVER_PORT for consistency
This commit is contained in:
Epure Alexandru-Eusebiu 2020-09-25 11:23:20 +03:00
parent 82042e16d6
commit 81b2b8a231
3 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ activemq:
url: ${ACTIVEMQ_URL:false}
server:
port: ${SERVER.PORT:8090}
port: ${SERVER_PORT:8090}
error:
include-message: ALWAYS

View File

@ -7,7 +7,7 @@ The following externalized T-engines properties are available:
## Tika
| Property | Description | Default value |
|----------|-------------|---------------|
| SERVER.PORT | T-Engine Port. | 8090 |
| SERVER_PORT | T-Engine Port. | 8090 |
| HOSTNAME | T-Engine Name. | t-engine |
| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 |
| ACTIVEMQ_USER | ActiveMQ User. | admin |
@ -19,7 +19,7 @@ The following externalized T-engines properties are available:
## Pdf-renderer
| Property | Description | Default value |
|----------|-------------|---------------|
| SERVER.PORT | T-Engine Port | 8090 |
| SERVER_PORT | T-Engine Port | 8090 |
| HOSTNAME | T-Engine Name. | t-engine |
| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 |
| ACTIVEMQ_USER | ActiveMQ User. | admin |
@ -31,7 +31,7 @@ The following externalized T-engines properties are available:
## Misc
| Property | Description | Default value |
|----------|-------------|---------------|
| SERVER.PORT | T-Engine Port | 8090 |
| SERVER_PORT | T-Engine Port | 8090 |
| HOSTNAME | T-Engine Name. | t-engine |
| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 |
| ACTIVEMQ_USER | ActiveMQ User. | admin |
@ -42,7 +42,7 @@ The following externalized T-engines properties are available:
## Libreoffice
| Property | Description | Default value |
|----------|-------------|---------------|
| SERVER.PORT | T-Engine Port | 8090 |
| SERVER_PORT | T-Engine Port | 8090 |
| HOSTNAME | T-Engine Name. | t-engine |
| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 |
| ACTIVEMQ_USER | ActiveMQ User. | admin |
@ -59,7 +59,7 @@ The following externalized T-engines properties are available:
## Imagemagick
| Property | Description | Default value |
|----------|-------------|---------------|
| SERVER.PORT | T-Engine Port | 8090 |
| SERVER_PORT | T-Engine Port | 8090 |
| HOSTNAME | T-Engine Name. | t-engine |
| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 |
| ACTIVEMQ_USER | ActiveMQ User. | admin |
@ -75,7 +75,7 @@ The following externalized T-engines properties are available:
## Core-aio
| Property | Description | Default value |
|----------|-------------|---------------|
| SERVER.PORT | T-Engine Port | 8090 |
| SERVER_PORT | T-Engine Port | 8090 |
| HOSTNAME | T-Engine Name. | t-engine |
| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 |
| ACTIVEMQ_USER | ActiveMQ User. | admin |

View File

@ -355,7 +355,7 @@
<LIBREOFFICE_TEMPLATE_PROFILE_DIR></LIBREOFFICE_TEMPLATE_PROFILE_DIR>
<LIBREOFFICE_IS_ENABLED>true</LIBREOFFICE_IS_ENABLED>
<PDF_RENDERER_EXE>/usr/bin/alfresco-pdf-renderer</PDF_RENDERER_EXE>
<SERVER.PORT>8090</SERVER.PORT>
<SERVER_PORT>8090</SERVER_PORT>
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
</configuration>