You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:55 UTC

[sling-org-apache-sling-karaf-configs] 37/39: add missing repository.home

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git

commit 5e08eeb926f7b5cec03569b4afa41302b23ecf8b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 26 17:54:49 2017 +0000

    add missing repository.home
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1809767 13f79535-47bb-0310-9956-ffa450edef68
---
 ...pache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config b/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config
index 4d31389..57226e1 100644
--- a/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config
+++ b/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config
@@ -1,2 +1,3 @@
 mongouri="mongodb://localhost:27017"
 db="sling"
+repository.home="sling/repository"

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.