From e5e061d96784486a1e0fa9c55ffa529f57612d3d Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Wed, 5 Feb 2014 15:03:20 +0000 Subject: [PATCH] Store default Postgresql configuration for SLC as comment. uncomment to use it locally git-svn-id: https://svn.argeo.org/slc/trunk@6810 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- demo/slc_demo_rap.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/demo/slc_demo_rap.properties b/demo/slc_demo_rap.properties index 82d16182a..8f87c1f65 100644 --- a/demo/slc_demo_rap.properties +++ b/demo/slc_demo_rap.properties @@ -52,6 +52,14 @@ argeo.server.tomcat.config=conf/default-server-ssl.xml log4j.configuration=file:../../log4j.properties + +# Postgresql +#argeo.node.repo.configuration=osgibundle:repository-postgresql.xml +#argeo.node.repo.dburl=jdbc:postgresql://localhost/slc +#argeo.node.repo.dbuser=argeo +#argeo.node.repo.dbpassword=argeo + + # DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING eclipse.ignoreApp=true osgi.noShutdown=true -- 2.39.2