You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/09/26 17:54:50 UTC

svn commit: r1809767 - /sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config

Author: olli
Date: Tue Sep 26 17:54:49 2017
New Revision: 1809767

URL: http://svn.apache.org/viewvc?rev=1809767&view=rev
Log:
add missing repository.home

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config

Modified: sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config?rev=1809767&r1=1809766&r2=1809767&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config Tue Sep 26 17:54:49 2017
@@ -1,2 +1,3 @@
 mongouri="mongodb://localhost:27017"
 db="sling"
+repository.home="sling/repository"