]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.node.repo.jackrabbit/noderepo.properties
Add Ext BSF
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repo.jackrabbit / noderepo.properties
1 # Workspace used by the node session
2 argeo.node.repo.defaultWorkspace=main
3 #argeo.node.repo.securityWorkspace=security
4
5 # Repository base directory
6 argeo.node.repo.home=${osgi.instance.area}/node
7
8 ## H2 Embedded (DEFAULT)
9 argeo.node.repo.configuration=osgibundle:repository-h2.xml
10 argeo.node.repo.dburl=jdbc:h2:${osgi.instance.area}/node/h2/repository
11 argeo.node.repo.dbuser=sa
12 argeo.node.repo.dbpassword=
13
14 ## Remote
15 # Remote repository URI (overrides other configurations if not empty)
16 argeo.node.repo.uri=
17 # may change in the near future:
18 argeo.node.repo.remoteSystemUser=root
19 argeo.node.repo.remoteSystemPassword=demo
20
21 # ADVANCED
22 argeo.node.repo.maxPoolSize=10