Demo config using PostgreSQL and 389 DS.
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 22 Jun 2020 09:53:39 +0000 (11:53 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 22 Jun 2020 09:53:39 +0000 (11:53 +0200)
demo/cms-pgsql-ldap.properties [new file with mode: 0644]

diff --git a/demo/cms-pgsql-ldap.properties b/demo/cms-pgsql-ldap.properties
new file mode 100644 (file)
index 0000000..3f9aaff
--- /dev/null
@@ -0,0 +1,32 @@
+argeo.osgi.start.2.node=\
+org.eclipse.equinox.http.servlet,\
+org.eclipse.equinox.metatype,\
+org.eclipse.equinox.cm,\
+org.eclipse.equinox.ds,\
+org.eclipse.rap.rwt.osgi
+
+argeo.osgi.start.3.node=\
+org.argeo.cms
+
+argeo.osgi.start.5.node=\
+org.argeo.cms.e4.rap
+
+# Local
+org.osgi.service.http.port=7070
+argeo.node.useradmin.uris=ldap://cn=Directory%20Manager:argeoargeo@test-pgsql-ldap/dc=example,dc=com
+argeo.node.repo.type=postgresql_ds
+argeo.node.repo.dburl=jdbc:postgresql://test-pgsql-ldap/argeo
+argeo.node.repo.dbuser=argeo
+argeo.node.repo.dbpassword=argeo
+
+# Logging
+log4j.configuration=file:../../log4j.properties
+
+# DON'T CHANGE BELOW
+org.eclipse.equinox.http.jetty.autostart=false
+org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
+com.sun.jndi.ldap.sasl,\
+com.sun.security.jgss,\
+com.sun.jndi.dns,\
+com.sun.nio.file,\
+com.sun.nio.sctp