aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/test/resources/application-test.properties
blob: ae425c38b10c8cf96dd976ced46f3b583f1253d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#=========================================================================
#
# Configuration for the test profile, which is used to run integration
# tests of the application, normally in your IDE.
#
#=========================================================================

datasource.db.driver-class-name=org.h2.Driver
datasource.db.url=jdbc:h2:mem:tests;DB_CLOSE_DELAY=-1;
datasource.db.username=none
datasource.db.password=none

liquibase.changeLog=classpath:/h2db/changelog/h2db.changelog-master.xml