ae425c38b10c8cf96dd976ced46f3b583f1253d0
[ccsdk/apps.git] / ms / neng / src / test / resources / application-test.properties
1 #=========================================================================
2 #
3 # Configuration for the test profile, which is used to run integration
4 # tests of the application, normally in your IDE.
5 #
6 #=========================================================================
7
8 datasource.db.driver-class-name=org.h2.Driver
9 datasource.db.url=jdbc:h2:mem:tests;DB_CLOSE_DELAY=-1;
10 datasource.db.username=none
11 datasource.db.password=none
12
13 liquibase.changeLog=classpath:/h2db/changelog/h2db.changelog-master.xml