X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Flocal-template.properties;fp=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Flocal-template.properties;h=17ff29cddd70aeb4cb5a475fb55a02e03107bb33;hb=3f5c0ed838ca85f37f47606fe54f4b866a41af63;hp=0000000000000000000000000000000000000000;hpb=72a8a65db8cbab1781a095a9879e2090ce06f70b;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties new file mode 100644 index 000000000..17ff29cdd --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties @@ -0,0 +1,11 @@ +# Rename this file to local.properties + +# For in memory database switch following lines +#dataSourceBean=slcTemplates.dataSource.inMemoryTestHSQL +dataSourceBean=persistentDataSource + +# URL of the peristent database +jdbcUrl=jdbc:hsqldb:file://;shutdown=true +# Under Windows use the following form (with /!) +#jdbcUrl=jdbc:hsqldb:file:/C:/dev/test/dbSlc/db;shutdown=true +