mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +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
@ -76,4 +76,7 @@ db.url=jdbc:postgresql://${rootArtifactId}-postgres:5432/alfresco
|
||||
cifs.enabled=false
|
||||
ftp.enabled=false
|
||||
|
||||
csrf.filter.enabled=false
|
||||
csrf.filter.enabled=false
|
||||
|
||||
# Embedded broker without persistence
|
||||
messaging.broker.url=vm://localhost?broker.persistent=false
|
@ -76,4 +76,7 @@ db.url=jdbc:postgresql://${rootArtifactId}-postgres:5432/alfresco
|
||||
cifs.enabled=false
|
||||
ftp.enabled=false
|
||||
|
||||
csrf.filter.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