]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.node.repo.jackrabbit/noderepo.properties
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repo.jackrabbit / noderepo.properties
index a6c5b4bdc917bb8df0bbf8a7bfc97dfc33c1c721..c91d51d08ca77c723c44987d563de711b4b478e0 100644 (file)
@@ -1,18 +1,16 @@
 # Workspace used by the node session
-argeo.node.repo.workspace=dev
+argeo.node.repo.defaultWorkspace=main
+#argeo.node.repo.securityWorkspace=security
+argeo.node.repo.forceCndImport=true
 
 # Repository base directory
-argeo.node.repo.home=${osgi.instance.area}/node/repo
+argeo.node.repo.home=${osgi.instance.area}/node
 
 ## H2 Embedded (DEFAULT)
 argeo.node.repo.configuration=osgibundle:repository-h2.xml
-argeo.node.repo.dburl=jdbc:h2:${osgi.instance.area}/node/h2/repo
+argeo.node.repo.dburl=jdbc:h2:${osgi.instance.area}/node/h2/repository
 argeo.node.repo.dbuser=sa
 argeo.node.repo.dbpassword=
 
-## Remote
-# Remote repository URI (overrides other configurations if not empty)
-argeo.node.repo.uri=
-
 # ADVANCED
 argeo.node.repo.maxPoolSize=10
\ No newline at end of file