]> git.argeo.org Git - lgpl/argeo-commons.git/blob - noderepo.properties
a6c5b4bdc917bb8df0bbf8a7bfc97dfc33c1c721
[lgpl/argeo-commons.git] / noderepo.properties
1 # Workspace used by the node session
2 argeo.node.repo.workspace=dev
3
4 # Repository base directory
5 argeo.node.repo.home=${osgi.instance.area}/node/repo
6
7 ## H2 Embedded (DEFAULT)
8 argeo.node.repo.configuration=osgibundle:repository-h2.xml
9 argeo.node.repo.dburl=jdbc:h2:${osgi.instance.area}/node/h2/repo
10 argeo.node.repo.dbuser=sa
11 argeo.node.repo.dbpassword=
12
13 ## Remote
14 # Remote repository URI (overrides other configurations if not empty)
15 argeo.node.repo.uri=
16
17 # ADVANCED
18 argeo.node.repo.maxPoolSize=10