]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties
Improve web services
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / local-template.properties
1 # Rename this file to local.properties
2
3 # For in memory database switch following lines
4 sessionFactoryParentBean=slcDefault.sessionFactory.hibernateTestHSQL
5 #sessionFactoryParentBean=slcServerDefault.sessionFactory.persistentHSQL
6
7 # URL of the persistent database
8 jdbcUrl=jdbc:hsqldb:file:/<path to a directory>/<db name>;shutdown=true
9 # Under Windows use the following form (with /!)
10 #jdbcUrl=jdbc:hsqldb:file:/C:/dev/test/dbSlc/db;shutdown=true
11