From fdbc0b379234519919754567df7a77862cf20423 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 8 Aug 2016 15:23:12 +0200 Subject: [PATCH] sirona-aem - add author install files --- customer/sirona-aem/development.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index 4601e139..6075384d 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -43,6 +43,19 @@ site::profile::aem::author::install_mode: 'quickstart' site::profile::aem::author::install_options: download_type: maven download_uri: com.adobe.aem:aem-quickstart:6.2:jar +site::profile::aem::author::install_files: + org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg: + content: | + path=./crx-quickstart/repository/datastore + minRecordLength=1048576 + org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg: + content: | + customBlobStore=true + org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.config: + content: | + repository.home=${repository.home}/segmentstore + tarmk.size=256 + pauseCompaction=B"false" site::profile::aem::publish::install_mode: 'quickstart' site::profile::aem::publish::instance_name: publish -- 2.39.5