mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-06-02 17:35:25 +00:00
Archetypes - Blank messaging broker url
Add a non persistent localhost messaging broker url to avoid ACS 6.1 enterprise to get stuck waiting for the ActiveMQ service that it is not configured in the SDK generated projects. A new documentation article will be created to show how to configure the transformation service with docker for ACS 6.1 enterprise.
This commit is contained in:
parent
48a3eb6d7d
commit
a97975acec
@ -77,3 +77,6 @@ cifs.enabled=false
|
||||
ftp.enabled=false
|
||||
|
||||
csrf.filter.enabled=false
|
||||
|
||||
# Embedded broker without persistence
|
||||
messaging.broker.url=vm://localhost?broker.persistent=false
|
@ -77,3 +77,6 @@ cifs.enabled=false
|
||||
ftp.enabled=false
|
||||
|
||||
csrf.filter.enabled=false
|
||||
|
||||
# Embedded broker without persistence
|
||||
messaging.broker.url=vm://localhost?broker.persistent=false
|
@ -27,6 +27,7 @@ services:
|
||||
-Dsolr.base.url=/solr
|
||||
-Dindex.subsystem.name=solr6
|
||||
-Dcsrf.filter.enabled=false
|
||||
-Dmessaging.broker.url=\"vm://localhost?broker.persistent=false\"
|
||||
"
|
||||
ports:
|
||||
- "${symbol_dollar}{acs.port}:8080"
|
||||
|
Loading…
x
Reference in New Issue
Block a user