]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties
Display enhancement
[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 #dataSourceBean=slcTemplates.dataSource.inMemoryTestHSQL
5 dataSourceBean=persistentDataSource
6
7 # URL of the peristent 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