mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
MNT-21869: libreoffice timeout set too high [trigger release]
Change SERVER.PORT to SERVER_PORT for consistency
This commit is contained in:
parent
82042e16d6
commit
81b2b8a231
@ -18,7 +18,7 @@ activemq:
|
||||
url: ${ACTIVEMQ_URL:false}
|
||||
|
||||
server:
|
||||
port: ${SERVER.PORT:8090}
|
||||
port: ${SERVER_PORT:8090}
|
||||
error:
|
||||
include-message: ALWAYS
|
||||
|
||||
|
@ -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 |
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user